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.2034,-83.029)};var g_78d7d33eb4f168a21931455b64198027 = new google.maps.Geocoder();g_78d7d33eb4f168a21931455b64198027.geocode( { 'address': "81 Gallopers Ridge, Lewis Center, OH 43035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewis-center-OH-delaware-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('lewis-center-OH-delaware-county-bank'), mapOptions);}document.getElementById('782d62df').innerHTML += ' | View Map';var $l78d7d33eb4f168a21931455b64198027 = '

Delaware County Bank

Address: 81 Gallopers Ridge, Lewis Center, OH 43035, USA
Phone: (740) 548-3230
';var m_78d7d33eb4f168a21931455b64198027 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Delaware County Bank',});m_78d7d33eb4f168a21931455b64198027['infowindow'] = new google.maps.InfoWindow({content: $l78d7d33eb4f168a21931455b64198027});var infowindow = new google.maps.InfoWindow({content: $l78d7d33eb4f168a21931455b64198027});google.maps.event.addListener(m_78d7d33eb4f168a21931455b64198027, 'click', function() {infowindow.open(map,m_78d7d33eb4f168a21931455b64198027);});$marker.push(m_78d7d33eb4f168a21931455b64198027);}});}google.maps.event.addDomListener(window, 'load', initialize);