There is only one info window. It moves from place to place when you open it on a marker, rather than a new info window being created each time it's needed. You can get its current contents with map.getInfoWindow().getContentContainers(). Or, more easily, you can apply an "id" attribute to the Elements in the info window content that you want to retrieve and use document.getElementById(). When the info window is closed, the contents are destroyed and the memory recovered.
Therefore, storing information in the info window doesn't make much sense. -- 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 -~----------~----~----~----~------~----~------~--~---
