> Since debugging with firebug displays no errors my questions is why my > markers don't load on my map?www.koolbusiness.com
It'd be smart to only call initialize() once ; you have it as the callback for the maps API loader and also in the <body> onload - get rid of that one. Your 'map' object may get destroyed at a crucial time. -- 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.
