jQuery(window).ready(function () {
jQuery("#contact_map96").gMap({
markers: [{
latitude: 40.715417,
longitude: -73.99305600000002,
title: "Company Name LTD",
html: "Company Name HQ
880 Sunset Boulevard, San Diego, CA, United States
Tel.: 555-522.326",
popup: false,
icon: {
image: "https://foodnu.nl/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");
});