> I guess I'm wondering why the content gets removed from the first
> infoWindow. Any ideas? If I get some time I'll put together a simpler
> demo page.

I think both those methods must get a reference to the original iw,
which gets messed up when it re-used for the second map.
Try taking a copy of the object
           var iw = map.getInfoWindow().copy();
and work with that

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to