You only see the first marker because your code crashes on this line ovmap.addOverlay(displayOverviewMarkers(point)); because ovmap is null
See http://econym.org.uk/gmap/modularized.htm for the details of why that is. However, I recommend not placing markers on the overview map. Setting location.href to a URL doesn't allow for using a target. You have to use window.open(url,targetname). You'll also need to allow for the possibility that pop-up blockers may well block your attempt to pop up a new window. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
