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.5289,-83.3582)};var g_0569715221d9e6147085bca7324be293 = new google.maps.Geocoder();g_0569715221d9e6147085bca7324be293.geocode( { 'address': "1509 Main St, Genoa, OH 43430, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('genoa-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('genoa-OH-huntington-bank'), mapOptions);}document.getElementById('1840d567').innerHTML += ' | View Map';var $l0569715221d9e6147085bca7324be293 = '

Huntington Bank

Address: 1509 Main St, Genoa, OH 43430, USA
Phone: (419) 855-8346
';var m_0569715221d9e6147085bca7324be293 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_0569715221d9e6147085bca7324be293['infowindow'] = new google.maps.InfoWindow({content: $l0569715221d9e6147085bca7324be293});var infowindow = new google.maps.InfoWindow({content: $l0569715221d9e6147085bca7324be293});google.maps.event.addListener(m_0569715221d9e6147085bca7324be293, 'click', function() {infowindow.open(map,m_0569715221d9e6147085bca7324be293);});$marker.push(m_0569715221d9e6147085bca7324be293);}});}google.maps.event.addDomListener(window, 'load', initialize);