Get a VIP Tour of The Sanctuary

Contact us for more information or to schedule your tour of The Sanctuary.

The Sanctuary

The Sanctuary is located on west river road, between Roachton and Hull Prairie Road in Perrysburg, Ohio 43551


Sanctuary Perrysburg Community Map

Schedule A Tour of The Sanctuary

Chris Finkbeiner,
Sanctuary Sales Specialist

419-283-3505 or 419-874-3505



Retreat Associates
Developer of The Sanctuary

419-467-8645 or 419-215-4051

The Sanctuary in Perrysburg Ohio community sign.
// Initialize and add the map function initMap() { // The location of Uluru const uluru = { lat: 41.542530, -83.674970 }; // The map, centered at Uluru const map = new google.maps.Map(document.getElementById("map"), { zoom: 4, center: uluru, }); // The marker, positioned at Uluru const marker = new google.maps.Marker({ position: uluru, map: map, }); }