Odermatt Metzgerei

Odermatt Metzgerei Ihr Spezialist für Fleisch, Charcuterie und Catering

Adresse

Schützenstrasse 4
Lachen
8853

Öffnungszeiten

Montag 07:30 - 12:30
Dienstag 07:30 - 12:30
14:00 - 18:30
Mittwoch 07:30 - 12:30
14:00 - 18:30
Donnerstag 07:30 - 12:30
14:00 - 18:30
Freitag 07:30 - 12:30
14:00 - 18:30
Samstag 07:30 - 16:00

Telefon

41554421312

Benachrichtigungen

Lassen Sie sich von uns eine E-Mail senden und seien Sie der erste der Neuigkeiten und Aktionen von Odermatt Metzgerei erfährt. Ihre E-Mail-Adresse wird nicht für andere Zwecke verwendet und Sie können sich jederzeit abmelden.

Teilen

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "SWITZERLAND" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });