How to load a Google Maps map inside of a hidden element

I was having the same problem and discovered that when showing the div, calling google.maps.event.trigger(map, 'resize'); appeared to resolve the issue for me.

Leave a Comment