Kontakt
hello@om2-academy.com
Festnetznummer
+49 40 84500268
Mobilnummer
+49 1525 4569155
Postanschrift
Eilenau 34; 22089 Hamburg
',
popup: true,
flat: true,
icon: {
image: 'https://om2-academy.com/wp-content/plugins/responsive-maps-plugin/includes/icons/blue.png'}}],
panControl: false,
zoomControl: true,
draggable: true,
scrollwheel: false,
mapTypeControl: true,
scaleControl: true,
streetViewControl: true,
overviewMapControl: true,
fullscreenControl: false,
styles: [{"stylers":[{"featureType":"all"},{"saturation":-100},{"gamma":0.50},{"lightness":30}]}],
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://om2-academy.com/wp-content/plugins/responsive-maps-plugin/includes/img/m'});
}
}
});
gmap = mapdiv.data('gmap').gmap;
});
window.onresize = function() {
jQuery('.responsive-map').each(function(i, obj) {
jQuery(this).gMapResp('fixAfterResize');
});
};