> <script type="text/javascript" src="http://maps.google.com/ > maps/api/js? > sensor=false&key=ABQIAAAAWBPr9nPLAlfFlaaLpfnz6RT2yXp_ZAY8_ufC3CFXhHIE1NvwkxShNKH4EKuy3gDAF6FcmCVNvvD55g"></ > script>
Why are you providing a key for v3 API ? You don't need to http://code.google.com/apis/maps/documentation/javascript/introduction.html#Loading_the_Maps_API > <script type="text/javascript"> > initialize(); You're calling initialize() to build the map, before the browser has got as far as building the <div> for the map to live in. Call it later. http://code.google.com/apis/maps/documentation/javascript/introduction.html#LoadingMap -- 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.
