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.4707,-79.9543)};var g_21f3086f76cb481a80fe8e4140909777 = new google.maps.Geocoder();g_21f3086f76cb481a80fe8e4140909777.geocode( { 'address': "810 S Aiken Ave, Pittsburgh, PA 15232"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-first-niagra').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-first-niagra'), mapOptions);}document.getElementById('db051313').innerHTML += ' | View Map';var $l21f3086f76cb481a80fe8e4140909777 = '

First Niagra

Address: 810 S Aiken Ave, Pittsburgh, PA 15232
Phone: (412) 578-9760
';var m_21f3086f76cb481a80fe8e4140909777 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagra',});m_21f3086f76cb481a80fe8e4140909777['infowindow'] = new google.maps.InfoWindow({content: $l21f3086f76cb481a80fe8e4140909777});var infowindow = new google.maps.InfoWindow({content: $l21f3086f76cb481a80fe8e4140909777});google.maps.event.addListener(m_21f3086f76cb481a80fe8e4140909777, 'click', function() {infowindow.open(map,m_21f3086f76cb481a80fe8e4140909777);});$marker.push(m_21f3086f76cb481a80fe8e4140909777);}});}google.maps.event.addDomListener(window, 'load', initialize);