On Jul 17, 4:40 pm, adam <adam.ko...@gmail.com> wrote:
>
> I don't know if this is the best option, but it's worked for me!

If it works, it works!

What you could also do is to use a createMarker function (see Mike's
tutorial) to create each marker complete with its infoWindow. Push the
markers on to an array, and then use the querystring to specify which
marker to click:

?loc=1
GEvent.trigger(markers[loc],"click")

Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to