Ledigt fleksjob? Mellem 15-20 timer, kontakt John grandt
',
popup: false,
flat: true,
icon: {
image: 'https://www.grandts.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"},{"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://www.grandts.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');
});
};