greetings,
I am loading markers on a google maps dinamically with xml that comes from a php function
Also I use that XML to build a table with all the locations.
the question is how can I link each table entry to a marker so i can click on that location and it appears the marker centered on my map and open the info window?
When you create the marker object, give it an id:
Then you can use addDomListener to add a listener to a click event on your table object (hyperlink etc)
The bounds of the map are set using:
Not 100% sure this is what you are after from your post, but it should piece together for you.