Display images in full height

Add this code to the Custom CSS field on the Appearance tab of your Google Maps widget’s settings:

.eapps-google-maps-marker-image img {
position: static !important;
transform: none !important;
margin-bottom: -4px;
}

.eapps-google-maps-marker-image {
height: 100% !important;
}