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.1295,-75.0609)};var g_332a05b24b7c2c1c35ec7366f81f5d8f = new google.maps.Geocoder();g_332a05b24b7c2c1c35ec7366f81f5d8f.geocode( { 'address': "761 Huntingdon Pike, Huntingdon Valley, PA 19006"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntingdon-valley-PA-first-niagara').style.display = '';map = new google.maps.Map(document.getElementById('huntingdon-valley-PA-first-niagara'), mapOptions);}document.getElementById('e642e4de').innerHTML += ' | View Map';var $l332a05b24b7c2c1c35ec7366f81f5d8f = '

First Niagara

Address: 761 Huntingdon Pike, Huntingdon Valley, PA 19006
Phone: (215) 379-5386
';var m_332a05b24b7c2c1c35ec7366f81f5d8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara',});m_332a05b24b7c2c1c35ec7366f81f5d8f['infowindow'] = new google.maps.InfoWindow({content: $l332a05b24b7c2c1c35ec7366f81f5d8f});var infowindow = new google.maps.InfoWindow({content: $l332a05b24b7c2c1c35ec7366f81f5d8f});google.maps.event.addListener(m_332a05b24b7c2c1c35ec7366f81f5d8f, 'click', function() {infowindow.open(map,m_332a05b24b7c2c1c35ec7366f81f5d8f);});$marker.push(m_332a05b24b7c2c1c35ec7366f81f5d8f);}});}google.maps.event.addDomListener(window, 'load', initialize);