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.9599,-81.3261)};var g_03b55090db0af5a19d47cda182a8a570 = new google.maps.Geocoder();g_03b55090db0af5a19d47cda182a8a570.geocode( { 'address': "907 W Maple St, Hartville, OH 44632"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hartville-OH-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hartville-OH-huntington-national-bank'), mapOptions);}document.getElementById('fe2bf0fb').innerHTML += ' | View Map';var $l03b55090db0af5a19d47cda182a8a570 = '

Huntington National Bank

Address: 907 W Maple St, Hartville, OH 44632
Phone: (330) 877-2164
';var m_03b55090db0af5a19d47cda182a8a570 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_03b55090db0af5a19d47cda182a8a570['infowindow'] = new google.maps.InfoWindow({content: $l03b55090db0af5a19d47cda182a8a570});var infowindow = new google.maps.InfoWindow({content: $l03b55090db0af5a19d47cda182a8a570});google.maps.event.addListener(m_03b55090db0af5a19d47cda182a8a570, 'click', function() {infowindow.open(map,m_03b55090db0af5a19d47cda182a8a570);});$marker.push(m_03b55090db0af5a19d47cda182a8a570);}});}google.maps.event.addDomListener(window, 'load', initialize);