I\'m inserting a very basic Google map into my page and the zoom control and streetmap icon are not visible, however if I place my mouse over where they should be I can zoom
I ran into a variant, with the offending css looking like:
img { max-width: 100%; max-height: 100%; }
So, an additional line is needed:
#map_div img { max-width: none !important; max-height: none !important; }