I am using google maps in a mobile application using html and javascript. When the I load the map I am only able to see 5% of the map in the upper left corner. 95% of the di
This happened to me because the mapTypeId was NULL.
Try:
map.setMapTypeId("roadmap");