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.3867,-79.7415)};var g_c6c50f674e5494f896dfaccabc15a79d = new google.maps.Geocoder();g_c6c50f674e5494f896dfaccabc15a79d.geocode( { 'address': "833 State Route 130, Trafford, PA 15085"}, 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('34cdff6f').innerHTML += ' | View Map';var $lc6c50f674e5494f896dfaccabc15a79d = '

Manor Bank

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