2,249
edits
| Line 26: | Line 26: | ||
// Marker: Malolos City with clickable URL | // Marker: Malolos City with clickable URL | ||
L.marker([14.8432, 120.8114]).addTo(map) | //L.marker([14.8432, 120.8114]).addTo(map) | ||
.bindPopup('<b>Lungsod ng Malolos</b><br><a href="https://malolos.gov.ph" target="_blank">Visit Website</a>') | //.bindPopup('<b>Lungsod ng Malolos</b><br><a href="https://malolos.gov.ph" target="_blank">Visit Website</a>') | ||
.openPopup(); | //.openPopup(); | ||
// Marker: Bulacan State University with article link | // Marker: Bulacan State University with article link | ||