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.4345,-79.9227)};var g_0555871d0c5a11ba9fbef28b46ad0749 = new google.maps.Geocoder();g_0555871d0c5a11ba9fbef28b46ad0749.geocode( { 'address': "2001 Murray Ave, Pittsburgh, PA 15217, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-key-bank---squirrel-hill-branch').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-key-bank---squirrel-hill-branch'), mapOptions);}document.getElementById('830dfa01').innerHTML += ' | View Map';var $l0555871d0c5a11ba9fbef28b46ad0749 = '

Key Bank - Squirrel Hill Branch

Address: 2001 Murray Ave, Pittsburgh, PA 15217, USA
Phone: (412) 422-1893
';var m_0555871d0c5a11ba9fbef28b46ad0749 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank - Squirrel Hill Branch',});m_0555871d0c5a11ba9fbef28b46ad0749['infowindow'] = new google.maps.InfoWindow({content: $l0555871d0c5a11ba9fbef28b46ad0749});var infowindow = new google.maps.InfoWindow({content: $l0555871d0c5a11ba9fbef28b46ad0749});google.maps.event.addListener(m_0555871d0c5a11ba9fbef28b46ad0749, 'click', function() {infowindow.open(map,m_0555871d0c5a11ba9fbef28b46ad0749);});$marker.push(m_0555871d0c5a11ba9fbef28b46ad0749);}});}google.maps.event.addDomListener(window, 'load', initialize);