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.8532,-82.315)};var g_174b39525e01b7542b3ee27ac7251d2c = new google.maps.Geocoder();g_174b39525e01b7542b3ee27ac7251d2c.geocode( { 'address': "308 Eastern Ave, Ashland, OH 44805"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-OH-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashland-OH-huntington-national-bank'), mapOptions);}document.getElementById('e242d09a').innerHTML += ' | View Map';var $l174b39525e01b7542b3ee27ac7251d2c = '

Huntington National Bank

Address: 308 Eastern Ave, Ashland, OH 44805
Phone: (419) 281-6020
';var m_174b39525e01b7542b3ee27ac7251d2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_174b39525e01b7542b3ee27ac7251d2c['infowindow'] = new google.maps.InfoWindow({content: $l174b39525e01b7542b3ee27ac7251d2c});var infowindow = new google.maps.InfoWindow({content: $l174b39525e01b7542b3ee27ac7251d2c});google.maps.event.addListener(m_174b39525e01b7542b3ee27ac7251d2c, 'click', function() {infowindow.open(map,m_174b39525e01b7542b3ee27ac7251d2c);});$marker.push(m_174b39525e01b7542b3ee27ac7251d2c);}});}google.maps.event.addDomListener(window, 'load', initialize);