Sunday–Thursday 9am-6pm
BrandMeWeb office is open:Sun to Thu from 8am to 6pm
var lat = ; var lon = ; var zoom = 16; var map = L.map( 'lc-osm-773', { scrollWheelZoom: false }).setView([lat, lon], zoom);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors' }).addTo(map);
L.marker([lat, lon]).addTo(map)