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.8956,-80.1618)};var g_406628aef2ecdba29bfb9be63234ab7c = new google.maps.Geocoder();g_406628aef2ecdba29bfb9be63234ab7c.geocode( { 'address': "1850 E High St, Waynesburg, PA 15370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waynesburg-PA-first-federal').style.display = '';map = new google.maps.Map(document.getElementById('waynesburg-PA-first-federal'), mapOptions);}document.getElementById('bea346b4').innerHTML += ' | View Map';var $l406628aef2ecdba29bfb9be63234ab7c = '

First Federal

Address: 1850 E High St, Waynesburg, PA 15370, USA
Phone: (724) 852-2203
';var m_406628aef2ecdba29bfb9be63234ab7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal',});m_406628aef2ecdba29bfb9be63234ab7c['infowindow'] = new google.maps.InfoWindow({content: $l406628aef2ecdba29bfb9be63234ab7c});var infowindow = new google.maps.InfoWindow({content: $l406628aef2ecdba29bfb9be63234ab7c});google.maps.event.addListener(m_406628aef2ecdba29bfb9be63234ab7c, 'click', function() {infowindow.open(map,m_406628aef2ecdba29bfb9be63234ab7c);});$marker.push(m_406628aef2ecdba29bfb9be63234ab7c);}});}google.maps.event.addDomListener(window, 'load', initialize);