var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(40.1077,-83.2668)};var g_d25cce97b10ebfba88b15f111d200ba6 = new google.maps.Geocoder();g_d25cce97b10ebfba88b15f111d200ba6.geocode( { 'address': "111 S Chillicothe St, Plain City, OH 43064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plain-city-OH-everence').style.display = '';map = new google.maps.Map(document.getElementById('plain-city-OH-everence'), mapOptions);}document.getElementById('4d13380e').innerHTML += ' | View Map';var $ld25cce97b10ebfba88b15f111d200ba6 = '

Everence

Address: 111 S Chillicothe St, Plain City, OH 43064, USA
Phone: (614) 873-7773
';var m_d25cce97b10ebfba88b15f111d200ba6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Everence',});m_d25cce97b10ebfba88b15f111d200ba6['infowindow'] = new google.maps.InfoWindow({content: $ld25cce97b10ebfba88b15f111d200ba6});var infowindow = new google.maps.InfoWindow({content: $ld25cce97b10ebfba88b15f111d200ba6});google.maps.event.addListener(m_d25cce97b10ebfba88b15f111d200ba6, 'click', function() {infowindow.open(map,m_d25cce97b10ebfba88b15f111d200ba6);});$marker.push(m_d25cce97b10ebfba88b15f111d200ba6);}});}google.maps.event.addDomListener(window, 'load', initialize);