I suspect that your marker isn't addOverlay()ed on a map at the time you try to open the info window in your popUp() function.
The API opens the info window on the map to which the marker is added. If there is no such map, it fails. It's the same problem as using MarkerManager with a sidebar. If the manager has removed the marker from the map, then you can't open an info window on it. See the bottom of this tutorial for a solution: http://econym.org.uk/gmap/markermanager.htm -- 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 -~----------~----~----~----~------~----~------~--~---
