yes it's been resolved...there was something wrong with the map.js
script..dunno actually but i just rewrote a simpler one: this was the old
script....

(function() {
  window.onload = function() {
   var mapDiv = document.getElementById('map');
   var latlng = new google.maps.LatLng(6.596183, 3.355978);
   var options = {  // The options for the object='center')
        center: latlng,
        zoom: 15,
        mapTypeControl: true,
        scaleControl: true,
        mapTypeControlOptions: {
        mapTypeIds: [
            google.maps.MapTypeId.ROADMAP,
            google.maps.MapTypeId.SATELLITE,
             ]
        }
   };
     var map = new google.maps.Map(mapDiv, options);
   }
})();

On Tue, Jun 12, 2012 at 2:15 PM, deep123 <[email protected]>wrote:

> I am also facing this problem..
>
> Any body has resolved it?
>
> --
> 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.
>
>

-- 
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.

Reply via email to