Google Map
',
popup: true,
flat: true,
icon: {
image: 'https://grafitiexpressions.com/wp-content/plugins/responsive-maps-plugin/includes/icons/blue.png'}}],
panControl: false,
zoomControl: false,
draggable: true,
scrollwheel: false,
mapTypeControl: false,
scaleControl: false,
streetViewControl: false,
overviewMapControl: true,
fullscreenControl: false,
styles: [{"stylers":[{"featureType":"all"}]}],
latitude: null,
longitude: null,
onComplete: function() {
var gmap = mapdiv.data('gmap').gmap;
if (clustering.length != 0 && clustering == "yes") {
var markerCluster = new MarkerClusterer(gmap, mapdiv.data('gmap').markers, {imagePath: 'https://grafitiexpressions.com/wp-content/plugins/responsive-maps-plugin/includes/img/m'});
}
}
});
gmap = mapdiv.data('gmap').gmap;
});