> Here is the code I use to load the API. > <script type="text/javascript" > src="http://maps.google.com/maps/api/js?sensor=false"> </ script>
If you are loading "via AJAX" I guess you are inserting that in the page after page load is complete. There is a recommended way to do that http://code.google.com/apis/maps/documentation/javascript/basics.html#Async which you should follow. Note the use of a 'callback' parameter, which changes the way the bootstrap works. -- 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.
