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.7336,-80.3123)};var g_ac6713327ad7409ca564c9fed1515bd6 = new google.maps.Geocoder();g_ac6713327ad7409ca564c9fed1515bd6.geocode( { 'address': "921 3rd Ave, New Brighton, PA 15066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-brighton-PA-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-brighton-PA-huntington-bank'), mapOptions);}document.getElementById('97a214f2').innerHTML += ' | View Map';var $lac6713327ad7409ca564c9fed1515bd6 = '

Huntington Bank

Address: 921 3rd Ave, New Brighton, PA 15066, USA
Phone: (724) 846-7010
';var m_ac6713327ad7409ca564c9fed1515bd6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_ac6713327ad7409ca564c9fed1515bd6['infowindow'] = new google.maps.InfoWindow({content: $lac6713327ad7409ca564c9fed1515bd6});var infowindow = new google.maps.InfoWindow({content: $lac6713327ad7409ca564c9fed1515bd6});google.maps.event.addListener(m_ac6713327ad7409ca564c9fed1515bd6, 'click', function() {infowindow.open(map,m_ac6713327ad7409ca564c9fed1515bd6);});$marker.push(m_ac6713327ad7409ca564c9fed1515bd6);}});}google.maps.event.addDomListener(window, 'load', initialize);