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.3849,-79.7122)};var g_a32506002248ad930169926ce92e4462 = new google.maps.Geocoder();g_a32506002248ad930169926ce92e4462.geocode( { 'address': "833 PA-130 #6, Trafford, PA 15085, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trafford-PA-manor-bank').style.display = '';map = new google.maps.Map(document.getElementById('trafford-PA-manor-bank'), mapOptions);}document.getElementById('00335cfe').innerHTML += ' | View Map';var $la32506002248ad930169926ce92e4462 = '

Manor Bank

Address: 833 PA-130 #6, Trafford, PA 15085, USA
Phone: (412) 373-5510
';var m_a32506002248ad930169926ce92e4462 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Manor Bank',});m_a32506002248ad930169926ce92e4462['infowindow'] = new google.maps.InfoWindow({content: $la32506002248ad930169926ce92e4462});var infowindow = new google.maps.InfoWindow({content: $la32506002248ad930169926ce92e4462});google.maps.event.addListener(m_a32506002248ad930169926ce92e4462, 'click', function() {infowindow.open(map,m_a32506002248ad930169926ce92e4462);});$marker.push(m_a32506002248ad930169926ce92e4462);}});}google.maps.event.addDomListener(window, 'load', initialize);