Sometimes google map comes partially with other area getting grayed out. There is one catch, if we start Firebug, images do come in that gray area. Dont know why this is happening. Anybody ever experienced this and found solution, Please share.
views:
54answers:
3
A:
If you are using v3 try google.maps.event.trigger(map, "resize");
Also take a look at here
Argiropoulos Stavros
2010-10-02 13:46:59
A:
This bug can occur if you resizing the map's DIV. After resizing, try to call gmap.checkResize() function.
Hitman_99
2010-10-11 14:50:11