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_7f5dfc56342a2e2bb7d37d0e2956071e = new google.maps.Geocoder();g_7f5dfc56342a2e2bb7d37d0e2956071e.geocode( { 'address': "415 Mcneilly Rd, Pittsburgh, PA 15226"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-national-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-national-city-bank'), mapOptions);}document.getElementById('123fb4ad').innerHTML += ' | View Map';var $l7f5dfc56342a2e2bb7d37d0e2956071e = '

National City Bank

Address: 415 Mcneilly Rd, Pittsburgh, PA 15226
Phone: (412) 344-5225
';var m_7f5dfc56342a2e2bb7d37d0e2956071e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National City Bank',});m_7f5dfc56342a2e2bb7d37d0e2956071e['infowindow'] = new google.maps.InfoWindow({content: $l7f5dfc56342a2e2bb7d37d0e2956071e});var infowindow = new google.maps.InfoWindow({content: $l7f5dfc56342a2e2bb7d37d0e2956071e});google.maps.event.addListener(m_7f5dfc56342a2e2bb7d37d0e2956071e, 'click', function() {infowindow.open(map,m_7f5dfc56342a2e2bb7d37d0e2956071e);});$marker.push(m_7f5dfc56342a2e2bb7d37d0e2956071e);}});}google.maps.event.addDomListener(window, 'load', initialize);