On my site, I\'m using Google Maps API v3 to place house markers on the map.
The InfoWindows stay open unless you explicitly click the close icon. Meaning, you can h
There is a close() function for InfoWindows. Just keep track of the last opened window, and call the close function on it when a new window is created.