Hide location name in popup

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

.eapps-google-maps-marker-title-wrapper {
  display: none;
}