> How can I create a link from a word within a block of text so that it
> opens the specific marker's info window?

You'd put the word within some kind of HTML tag that you could apply
an onclick= action to it.
The action could be a javascript function to do whatever.
If you're using the common tutorials, it could be as simple as
GEvent.trigger(gmarkers[i],"click");
to trigger an existing infowindow behaviour.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to