illustration

Coming Soon

New WordPress website is being built and will be published soon

Scroll to Top
document.addEventListener("DOMContentLoaded", function () { const map = L.map('map').setView([20.6599, 72.9306], 15); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap' }).addTo(map); // ✅ REAL PIN (attached to coordinates) const marker = L.marker([20.6599, 72.9306]).addTo(map); marker.bindPopup(` Pujan Enterprise
Chikhla, Valsad `).openPopup(); });