On Nov 17, 2:04 am, Stacey <[email protected]> wrote: > Hello everyone, > > Could someone figure out for me why IE 7-9 appears to error on line 4 of > map.js of this page? As far as I know, there are no stray commas in my > script...
It looks like the google map loader is loading the API asynchonously. The google namespace hasn't loaded by the beginning of js/map3.js where you create the infowindow. -- Larry > http://www.staceyjenkins.co.uk/webtest/cc4test/index18.html > > Error: Line 5, char 1 - 'google' is undefined -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
