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.1879,-80.2167)};var g_f1292d0a52d9feec09ae5a1553a5073b = new google.maps.Geocoder();g_f1292d0a52d9feec09ae5a1553a5073b.geocode( { 'address': "460 Washington Rd, Washington, PA 15301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-PA-first-federal-savings--loan-association-of-greene-county---washington-branch').style.display = '';map = new google.maps.Map(document.getElementById('washington-PA-first-federal-savings--loan-association-of-greene-county---washington-branch'), mapOptions);}document.getElementById('e7e278d0').innerHTML += ' | View Map';var $lf1292d0a52d9feec09ae5a1553a5073b = '

First Federal Savings & Loan Association of Greene County - Washington Branch

Address: 460 Washington Rd, Washington, PA 15301, USA
Phone: (724) 228-9005
';var m_f1292d0a52d9feec09ae5a1553a5073b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings & Loan Association of Greene County - Washington Branch',});m_f1292d0a52d9feec09ae5a1553a5073b['infowindow'] = new google.maps.InfoWindow({content: $lf1292d0a52d9feec09ae5a1553a5073b});var infowindow = new google.maps.InfoWindow({content: $lf1292d0a52d9feec09ae5a1553a5073b});google.maps.event.addListener(m_f1292d0a52d9feec09ae5a1553a5073b, 'click', function() {infowindow.open(map,m_f1292d0a52d9feec09ae5a1553a5073b);});$marker.push(m_f1292d0a52d9feec09ae5a1553a5073b);}});}google.maps.event.addDomListener(window, 'load', initialize);