Google Map does not appear in IE7/8 (but works in IE9)?

Simple actually, you need to do a setCenter in all cases or else a gray box is displayed if( navigator. Geolocation ) { ... } else { map. SetCenter( new google.maps.

LatLng(34,-83) ); } Try that and see if it's working now.

Simple actually, you need to do a setCenter in all cases or else a gray box is displayed. If( navigator. Geolocation ) { ... } else { map.

SetCenter( new google.maps. LatLng(34,-83) ); } Try that and see if it's working now.

Awesome! This worked! Thanks!

– adamzwakk Nov 9 '10 at 22:56 give him a vote up there guy! – Max Felker Nov 9 '10 at 22:59.

My guess would be the empty function in your navigator.geolocation. GetCurrentPosition function. Navigator.geolocation.

GetCurrentPosition(function(position) { currentLocation = new google.maps. LatLng(position.coords. Latitude, position.coords.

Longitude); contentString = "Location found using W3C standard"; map. SetCenter(currentLocation); /*infowindow. SetContent(contentString); infowindow.

SetPosition(currentLocation); infowindow. Open(map);*/ }, function() { // GetCurrentPosition(function(position) { currentLocation = new google.maps. LatLng(position.coords.

Latitude, position.coords. Longitude); contentString = "Location found using W3C standard"; map. SetCenter(currentLocation); }).

Yeah I saw that after I posted it here. But didn't fix anything. Thanks though!

– adamzwakk Nov 9 '10 at 22:21 try commenting out all the extra code (getCurrentPosition function and that geoXML stuff) except the map instantiation code. If the map loads up with just the basic call, then you know it's in one of those functions. – Max Felker Nov 9 '10 at 22:28 running it with JUST "var map = new google.maps.

Map(document. GetElementById("dealer-map"));" still produces nothing. – adamzwakk Nov 9 '10 at 22:35 3rd times the charm guy... check your javascript source include for the google maps.

Try this: I had a similar issue and I think it's the version you're adding in. I believe that param got deprecated in version 3 – Max Felker Nov 9 '10 at 22:41 obviously I has n3wbz 4 br@inz – Max Felker Nov 9 '10 at 22:59.

Map = new google.maps. CurrentLocation = new google.maps. Var geoXml = new geoXML3.

Php echo "/dealers.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions