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(39.9028,-79.7552)};var g_71c4aabc582ea99715f855e08ac50bbb = new google.maps.Geocoder();g_71c4aabc582ea99715f855e08ac50bbb.geocode( { 'address': "301 McClellandtown Rd, Uniontown, PA 15401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uniontown-PA-first-federal-of-greene-county').style.display = '';map = new google.maps.Map(document.getElementById('uniontown-PA-first-federal-of-greene-county'), mapOptions);}document.getElementById('09fafa0b').innerHTML += ' | View Map';var $l71c4aabc582ea99715f855e08ac50bbb = '

First Federal of Greene County

Address: 301 McClellandtown Rd, Uniontown, PA 15401, USA
Phone: (724) 430-2889
';var m_71c4aabc582ea99715f855e08ac50bbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal of Greene County',});m_71c4aabc582ea99715f855e08ac50bbb['infowindow'] = new google.maps.InfoWindow({content: $l71c4aabc582ea99715f855e08ac50bbb});var infowindow = new google.maps.InfoWindow({content: $l71c4aabc582ea99715f855e08ac50bbb});google.maps.event.addListener(m_71c4aabc582ea99715f855e08ac50bbb, 'click', function() {infowindow.open(map,m_71c4aabc582ea99715f855e08ac50bbb);});$marker.push(m_71c4aabc582ea99715f855e08ac50bbb);}});}google.maps.event.addDomListener(window, 'load', initialize);