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(39.7153,-82.6036)};var g_9c46724e85f52863b672bff20f3d7996 = new google.maps.Geocoder();g_9c46724e85f52863b672bff20f3d7996.geocode( { 'address': "137 W Wheeling St, Lancaster, OH 43130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-OH-standing-stone-bank').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-OH-standing-stone-bank'), mapOptions);}document.getElementById('727b449e').innerHTML += ' | View Map';var $l9c46724e85f52863b672bff20f3d7996 = '

Standing Stone Bank

Address: 137 W Wheeling St, Lancaster, OH 43130, USA
Phone: (740) 653-5115
';var m_9c46724e85f52863b672bff20f3d7996 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Standing Stone Bank',});m_9c46724e85f52863b672bff20f3d7996['infowindow'] = new google.maps.InfoWindow({content: $l9c46724e85f52863b672bff20f3d7996});var infowindow = new google.maps.InfoWindow({content: $l9c46724e85f52863b672bff20f3d7996});google.maps.event.addListener(m_9c46724e85f52863b672bff20f3d7996, 'click', function() {infowindow.open(map,m_9c46724e85f52863b672bff20f3d7996);});$marker.push(m_9c46724e85f52863b672bff20f3d7996);}});}google.maps.event.addDomListener(window, 'load', initialize);