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.23,-80.4405)};var g_43acfe31d797ad456646e254fa930068 = new google.maps.Geocoder();g_43acfe31d797ad456646e254fa930068.geocode( { 'address': "1685 E State St, Hermitage, PA 16148"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hermitage-PA-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hermitage-PA-huntington-national-bank'), mapOptions);}document.getElementById('e2188a5a').innerHTML += ' | View Map';var $l43acfe31d797ad456646e254fa930068 = '

Huntington National Bank

Address: 1685 E State St, Hermitage, PA 16148
Phone: (724) 983-6990
';var m_43acfe31d797ad456646e254fa930068 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_43acfe31d797ad456646e254fa930068['infowindow'] = new google.maps.InfoWindow({content: $l43acfe31d797ad456646e254fa930068});var infowindow = new google.maps.InfoWindow({content: $l43acfe31d797ad456646e254fa930068});google.maps.event.addListener(m_43acfe31d797ad456646e254fa930068, 'click', function() {infowindow.open(map,m_43acfe31d797ad456646e254fa930068);});$marker.push(m_43acfe31d797ad456646e254fa930068);}});}google.maps.event.addDomListener(window, 'load', initialize);