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

Key Bank

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