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.5855,-79.7532)};var g_c24188f2d7167c78a258cc603088c454 = new google.maps.Geocoder();g_c24188f2d7167c78a258cc603088c454.geocode( { 'address': "2 Feldarelli Square 2300 Freeport Rd., New Kensington, PA 15068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-kensington-PA-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-kensington-PA-huntington-bank'), mapOptions);}document.getElementById('6a5132a3').innerHTML += ' | View Map';var $lc24188f2d7167c78a258cc603088c454 = '

Huntington Bank

Address: 2 Feldarelli Square 2300 Freeport Rd., New Kensington, PA 15068, USA
Phone: (724) 335-9811
';var m_c24188f2d7167c78a258cc603088c454 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_c24188f2d7167c78a258cc603088c454['infowindow'] = new google.maps.InfoWindow({content: $lc24188f2d7167c78a258cc603088c454});var infowindow = new google.maps.InfoWindow({content: $lc24188f2d7167c78a258cc603088c454});google.maps.event.addListener(m_c24188f2d7167c78a258cc603088c454, 'click', function() {infowindow.open(map,m_c24188f2d7167c78a258cc603088c454);});$marker.push(m_c24188f2d7167c78a258cc603088c454);}});}google.maps.event.addDomListener(window, 'load', initialize);