// Automatically get the user's location when the page loads window.onload = function() { getLocation(); }; navigator.geolocation.getCurrentPosition(function(position) { // Success logic console.log("Latitude:", position.coords.latitude); console.log("Longitude:", position.coords.longitude); }); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude; var lon = position.coords.longitude; $.ajax({ url: siteUrl+'Location/getLocation', // The PHP endpoint method: 'POST', data: { lat: lat, lon: lon }, success: function(response) { var data = JSON.parse(response); console.log(data); } }); }); } }
Fill up this form to reach our stunning Streamed team and click on send message
Adyar Pure Veg Restaurant specializes in creating memorable dining experiences through the art of vegetarian cooking.
With a warm and inviting ambiance, combined with our delicious, freshly prepared dishes, we’ve become a favorite spot for vegetarian food lovers across the United States.
Our diverse menu offers something for everyone, showcasing authentic flavors crafted with care and passion.
Renowned for exceptional quality and friendly service, Adyar Pure Veg Restaurant is the ultimate destination for those seeking wholesome vegetarian meals.
Join us and savor the perfect blend of tradition, taste, and excellence.
ADVERTISEMENT
ADVERTISEMENT









