// 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
Welcome to Bear River Spa & Yoga. Our mission is to nurture your well-being with skilled staff, quality natural products, and a warm, inviting space. We believe that by calming the mind, the body naturally follows, elevating energy and mood. In a world filled with stress, we strive to be a peaceful retreat where you're recognized and welcomed by name, offering a genuine smile and a caring atmosphere. Visit us today and experience our healing energy firsthand!
ADVERTISEMENT
ADVERTISEMENT









