> Same issue as this > thread:http://groups.google.com/group/Google-Maps-API/browse_frm/thread/53a2...
Not so sure... It's the infowindow thats gone crazy, not the map (close the infowindow to see a map), at least thats what I see in FF2 The code on this page defines the IW details for one map, calls for it to be opened - but bear in mind that will happen asynchronously, and the effect will now be exaggerated now the IW code is modular. Meantime the code plunges on to create map2 and RE-USES the same javascript variables to build a second infowindow. Potentially corrupting the in-progress first IW. To eliminate that use fresh variable names for the second IW? cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
