jQuery(window).ready(function () {
jQuery("#contact_map127").gMap({
markers: [{
latitude: 43.286513,
longitude: 13.00152700000001,
title: "Fattoria La Monacesca",
html: "La Monacesca - Azienda di produzione
Vocabolo Monacesca, 62024 Matelica, MC, ITALY
Tel.: 0733.672641",
popup: false,
icon: {
image: "https://www.monacesca.it/wp-content/themes/theflavour-parent/images/icons/gmap_icon.png",
iconsize: [25, 34],
iconanchor: [12,34],
infowindowanchor: [0, 0]
}
}],
zoom: 15,
scrollwheel: false,
maptype: google.maps.MapTypeId.ROADMAP
});
});
jQuery(".btn-see-location").click(function (e) {
e.preventDefault();
jQuery(this).parents(".wrapp-see-location").fadeOut("slow");
});
jQuery(window).ready(function () {
jQuery("#contact_map76").gMap({
markers: [{
latitude: 43.36020509999999,
longitude: 13.69685119999997,
title: "Fattoria La Monacesca",
html: "La Monacesca - Sede Legale e Operativa
Strada Regina 48, 62018, Potenza Picena, MC, ITALY
Tel.: 0733.672641",
popup: false,
icon: {
image: "https://www.monacesca.it/wp-content/themes/theflavour-parent/images/icons/gmap_icon.png",
iconsize: [25, 34],
iconanchor: [12,34],
infowindowanchor: [0, 0]
}
}],
zoom: 15,
scrollwheel: false,
maptype: google.maps.MapTypeId.ROADMAP
});
});
jQuery(".btn-see-location").click(function (e) {
e.preventDefault();
jQuery(this).parents(".wrapp-see-location").fadeOut("slow");
});