As part of a much bigger project, we\'re trying to get a Map on a site using Google\'s Map API v3. I have followed the simplest steps that Google has laid out, I\'ve tried c
In my case, someone had dropped this little prize in some responsive.css file:
img { max-width: 100% !important; }
Removed that and all is fine now.