> I havent been able to work on this map the last few weeks so I tried to use > their v2 code and put in my new key.
As its become a V2 question it really ought to go in the V2 group http://groups.google.com/group/Google-Maps-API > http://www.miracleparkplace.com/index/pinMAPgallery.htm > > It still does not display the map in ie8 or firefox or anywhere I'm sure. I get javascript errors in FF window.addEvent is not a function Your page is failing to load many libraries, like mootools.js, that are needed to add functions like this. Firebug's Net tab is useful to check things like this. <body onload="initialize()"> also fails, there isn't such a function in your code The map code never gets called -- 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.
