// 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
We proudly serve delicious Indian food made by expert chefs who care about quality and flavor. At our restaurant in Monrovia, you can enjoy a variety of traditional dishes full of rich spices and fresh ingredients. Whether you want to dine in, order online, enjoy a takeout meal, or try our popular buffet, we are here to serve you with a smile. We also offer catering services for special events. With years of experience and a passion for great food, Mahan Indian Restaurant is your go-to place for Indian cuisine in Monrovia. Come taste the difference today!
ADVERTISEMENT
ADVERTISEMENT









