> On a couple of pages on my site I call the google maps routines via an
> init() style function by using window.onload=function() { init(); }That will destroy anything previously setup by your addLoadEvent() Use addLoadEvent() to add your maps call too. Beware that other scripts may also have a function called init(), so I would always rename that to something both more meaningful and less likely to clash, such as myMapInit() If you want detailed help, show us a failing webpage http://groups.google.com/group/Google-Maps-API/web/why-including-a-link-is-critical -- 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.
