Link: http://www.bastosviegas.com/mapa (please roll over “interactivo” to see the google map)
As you can see the map is not centered in the correct coordinates and it bugs until you maximize/minimize the page.
Anyone ran into this bug yet? If so how did you got it right?
This is not a bug, anytime you manipulate the div that contains the map you should trigger a map resize with this trigger:
google.maps.event.trigger(map, 'resize');I would add this trigger to the mouseover event.
Here is an example:
Fiddle example of the above code