Add a 'click' event to your marker (as in http://econym.org.uk/gmap/basic1.htm ) and after you have added your marker:
map.addOverlay(marker); fire the marker's click event via: GEvent.trigger(marker,'click'); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
