Removes the default infowindow styles for Google Maps. Goes inside of init.
google.maps.event.addListenerOnce(map, 'idle', function(){ $('.gm-style-iw').prev('div').remove(); });