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.2496,-84.1325)};var g_f9d214fd4d830d63fbc88d88cecb08bf = new google.maps.Geocoder();g_f9d214fd4d830d63fbc88d88cecb08bf.geocode( { 'address': "118 Railway Ave, Holgate, OH 43527, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holgate-OH-henry-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('holgate-OH-henry-county-bank'), mapOptions);}document.getElementById('01be8bb0').innerHTML += ' | View Map';var $lf9d214fd4d830d63fbc88d88cecb08bf = '

Henry County Bank

Address: 118 Railway Ave, Holgate, OH 43527, USA
Phone: (419) 264-3721
';var m_f9d214fd4d830d63fbc88d88cecb08bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Henry County Bank',});m_f9d214fd4d830d63fbc88d88cecb08bf['infowindow'] = new google.maps.InfoWindow({content: $lf9d214fd4d830d63fbc88d88cecb08bf});var infowindow = new google.maps.InfoWindow({content: $lf9d214fd4d830d63fbc88d88cecb08bf});google.maps.event.addListener(m_f9d214fd4d830d63fbc88d88cecb08bf, 'click', function() {infowindow.open(map,m_f9d214fd4d830d63fbc88d88cecb08bf);});$marker.push(m_f9d214fd4d830d63fbc88d88cecb08bf);}});}google.maps.event.addDomListener(window, 'load', initialize);