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_be8c0b0f1e53415a099c9d2a7ab103ce = new google.maps.Geocoder();g_be8c0b0f1e53415a099c9d2a7ab103ce.geocode( { 'address': "6 Ppg Pl, Pittsburgh, PA 15222"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-pittsburgh-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-pittsburgh-national-bank'), mapOptions);}document.getElementById('3e213013').innerHTML += ' | View Map';var $lbe8c0b0f1e53415a099c9d2a7ab103ce = '

Pittsburgh National Bank

Address: 6 Ppg Pl, Pittsburgh, PA 15222
Phone: (412) 471-3843
';var m_be8c0b0f1e53415a099c9d2a7ab103ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pittsburgh National Bank',});m_be8c0b0f1e53415a099c9d2a7ab103ce['infowindow'] = new google.maps.InfoWindow({content: $lbe8c0b0f1e53415a099c9d2a7ab103ce});var infowindow = new google.maps.InfoWindow({content: $lbe8c0b0f1e53415a099c9d2a7ab103ce});google.maps.event.addListener(m_be8c0b0f1e53415a099c9d2a7ab103ce, 'click', function() {infowindow.open(map,m_be8c0b0f1e53415a099c9d2a7ab103ce);});$marker.push(m_be8c0b0f1e53415a099c9d2a7ab103ce);}});}google.maps.event.addDomListener(window, 'load', initialize);