I am seeing some really odd behaviour on my Google Maps app. I am using Backbone:
initialize: -> osmMapType = new google.maps.ImageMapType( ge
There are no errors in your code. It is a problem with your css.
Just add this CSS in your map container (assuming it has id=gmap):
id=gmap
#gmap img { max-width: none; }