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.8367,-81.2606)};var g_71afb186ca8924414be94770dba45137 = new google.maps.Geocoder();g_71afb186ca8924414be94770dba45137.geocode( { 'address': "108 W Main St, Louisville, OH 44641, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('louisville-OH-huntington-bank'), mapOptions);}document.getElementById('4a317c8a').innerHTML += ' | View Map';var $l71afb186ca8924414be94770dba45137 = '

Huntington Bank

Address: 108 W Main St, Louisville, OH 44641, USA
Phone: (330) 875-4830
';var m_71afb186ca8924414be94770dba45137 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_71afb186ca8924414be94770dba45137['infowindow'] = new google.maps.InfoWindow({content: $l71afb186ca8924414be94770dba45137});var infowindow = new google.maps.InfoWindow({content: $l71afb186ca8924414be94770dba45137});google.maps.event.addListener(m_71afb186ca8924414be94770dba45137, 'click', function() {infowindow.open(map,m_71afb186ca8924414be94770dba45137);});$marker.push(m_71afb186ca8924414be94770dba45137);}});}google.maps.event.addDomListener(window, 'load', initialize);