test
var map = L.map('map').setView([35.86186, -79.07956], 3); L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', { }).addTo(map); L.marker([57.19166, -2.07883]).addTo(map) .bindPopup('Viking House, 1 Claymore Avenue, Bridge of Don, Aberdeen, UK') L.marker([25.71419, 51.50158]).addTo(map) .bindPopup('Al-Khor Industrial Area, Qatar') L.marker([29.67290, -95.56215]).addTo(map) .bindPopup('Al-Khor Industrial Area, Qatar') L.marker([35.86186, -79.07956]).addTo(map) .bindPopup('9940 West Sam Houston Parkway South, Houston, TX, USA') L.marker([61.18319, -149.88356]).addTo(map) .bindPopup('4141 B Street, Anchorage, AK, USA')