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.1388,-80.3465)};var g_2d150cb5c96b6d2d5a20ee8d7a1be130 = new google.maps.Geocoder();g_2d150cb5c96b6d2d5a20ee8d7a1be130.geocode( { 'address': "2980 S Bridge 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').style.display = '';map = new google.maps.Map(document.getElementById('washington-PA-first-federal-savings--loan'), mapOptions);}document.getElementById('c4e78b5a').innerHTML += ' | View Map';var $l2d150cb5c96b6d2d5a20ee8d7a1be130 = '

First Federal Savings & Loan

Address: 2980 S Bridge Rd, Washington, PA 15301, USA
Phone: (724) 225-8942
';var m_2d150cb5c96b6d2d5a20ee8d7a1be130 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings & Loan',});m_2d150cb5c96b6d2d5a20ee8d7a1be130['infowindow'] = new google.maps.InfoWindow({content: $l2d150cb5c96b6d2d5a20ee8d7a1be130});var infowindow = new google.maps.InfoWindow({content: $l2d150cb5c96b6d2d5a20ee8d7a1be130});google.maps.event.addListener(m_2d150cb5c96b6d2d5a20ee8d7a1be130, 'click', function() {infowindow.open(map,m_2d150cb5c96b6d2d5a20ee8d7a1be130);});$marker.push(m_2d150cb5c96b6d2d5a20ee8d7a1be130);}});}google.maps.event.addDomListener(window, 'load', initialize);