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(41.5564,-84.7691)};var g_f2e962b9a9c520ac9381c62cd89f9847 = new google.maps.Geocoder();g_f2e962b9a9c520ac9381c62cd89f9847.geocode( { 'address': "101 N Michigan St, Edon, OH 43518, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edon-OH-edon-state-bank-co').style.display = '';map = new google.maps.Map(document.getElementById('edon-OH-edon-state-bank-co'), mapOptions);}document.getElementById('fb8d2687').innerHTML += ' | View Map';var $lf2e962b9a9c520ac9381c62cd89f9847 = '

Edon State Bank Co.

Address: 101 N Michigan St, Edon, OH 43518, USA
Phone: (419) 272-2521
';var m_f2e962b9a9c520ac9381c62cd89f9847 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Edon State Bank Co.',});m_f2e962b9a9c520ac9381c62cd89f9847['infowindow'] = new google.maps.InfoWindow({content: $lf2e962b9a9c520ac9381c62cd89f9847});var infowindow = new google.maps.InfoWindow({content: $lf2e962b9a9c520ac9381c62cd89f9847});google.maps.event.addListener(m_f2e962b9a9c520ac9381c62cd89f9847, 'click', function() {infowindow.open(map,m_f2e962b9a9c520ac9381c62cd89f9847);});$marker.push(m_f2e962b9a9c520ac9381c62cd89f9847);}});}google.maps.event.addDomListener(window, 'load', initialize);