Labels

Printed Labels

jQuery(document).ready(function($){ WPGMZA.addAction('map_created', function(map) { map.addListener('search_location_found', function(position){ if(map.searchMarker){ map.searchMarker.setIcon({ url: "https://yourdomain.com/wp-content/uploads/search-marker.png", scaledSize: new google.maps.Size(40,40) }); } }); }); });