I\'m working on what it looked to be like a very simple feature which is causing a little bit of a headache.
I work with a GIS and we integrate it with Google Maps.
Either you need to expand the div to the size you want before creating the map, or you need to use
google.maps.event.trigger(map, 'resize')
to make the API aware that the size of the container has changed.