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()};var g_2fa6cb0776995363c2a2ae7d57ac3845 = new google.maps.Geocoder();g_2fa6cb0776995363c2a2ae7d57ac3845.geocode( { 'address': "1135 5th Ave, East McKeesport, PA 15035"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-mckeesport-PA-first-niagara-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-mckeesport-PA-first-niagara-bank'), mapOptions);}document.getElementById('55cf2add').innerHTML += ' | View Map';var $l2fa6cb0776995363c2a2ae7d57ac3845 = '

First Niagara Bank

Address: 1135 5th Ave, East McKeesport, PA 15035
Phone: (412) 823-5990
';var m_2fa6cb0776995363c2a2ae7d57ac3845 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Bank',});m_2fa6cb0776995363c2a2ae7d57ac3845['infowindow'] = new google.maps.InfoWindow({content: $l2fa6cb0776995363c2a2ae7d57ac3845});var infowindow = new google.maps.InfoWindow({content: $l2fa6cb0776995363c2a2ae7d57ac3845});google.maps.event.addListener(m_2fa6cb0776995363c2a2ae7d57ac3845, 'click', function() {infowindow.open(map,m_2fa6cb0776995363c2a2ae7d57ac3845);});$marker.push(m_2fa6cb0776995363c2a2ae7d57ac3845);}});}google.maps.event.addDomListener(window, 'load', initialize);