diff --git a/js/map.js b/js/map.js index 80850e2..7e395c2 100644 --- a/js/map.js +++ b/js/map.js @@ -13,5 +13,4 @@ L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { let marker = L.marker([37.00529, -121.572764], {icon: myIcon}).addTo(map) -L.popup().setLatLng([37.00529, -121.572697]).setContent('

Gilroy Library


350 W 6th St, Gilroy, CA 95020') - .openOn(map); \ No newline at end of file +L.popup().setLatLng([37.00529, -121.572697]).setContent('

Gilroy Library


350 W 6th St, Gilroy, CA 95020').openOn(map); \ No newline at end of file