jQuery(window).ready(function () {
jQuery("#contact_map182").gMap({
markers: [{
latitude: 51.07091,
longitude: 7.80869,
title: "Restaurant Gut Kalberschnacke",
html: "Restaurant & Café
Kalberschnacke 4, 57489 Drolshagen, Deutschland
Tel.: 02763 212 68 03",
popup: false,
icon: {
image: "https://www.restaurant-gut-kalberschnacke.de/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");
});