Wasn't it Mike Dunham-Wilkie who wrote:
>Thanks Mike!  That works great. Just adding the one line
>
>               globalMap.getInfoWindow().show();
>
>after my initial onLoad line:
>               globalMap = new GMap2(document.getElementById("map"));
>
>made the problem go away  (which confuses me a little, since it was
>the minimap DOM element ("detailmap"), not the main map DOM element
>("map") that was not getting defined in time).

That line forces the external code module to load. Once the module is 
loaded, the code can be executed synchronously on any of the maps on 
your page.

-- 
Mike Williams
http://econym.org.uk/gmap


--

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=.


Reply via email to