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.2296,-79.564)};var g_54668d13816469719333ff25ca5f03ea = new google.maps.Geocoder();g_54668d13816469719333ff25ca5f03ea.geocode( { 'address': "271 Armbrust Rd, Youngwood, PA 15697, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('youngwood-PA-ualu-354-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('youngwood-PA-ualu-354-federal-cu'), mapOptions);}document.getElementById('a96b091a').innerHTML += ' | View Map';var $l54668d13816469719333ff25ca5f03ea = '

Ualu 354 Federal Cu

Address: 271 Armbrust Rd, Youngwood, PA 15697, USA
Phone: (724) 925-9354
';var m_54668d13816469719333ff25ca5f03ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ualu 354 Federal Cu',});m_54668d13816469719333ff25ca5f03ea['infowindow'] = new google.maps.InfoWindow({content: $l54668d13816469719333ff25ca5f03ea});var infowindow = new google.maps.InfoWindow({content: $l54668d13816469719333ff25ca5f03ea});google.maps.event.addListener(m_54668d13816469719333ff25ca5f03ea, 'click', function() {infowindow.open(map,m_54668d13816469719333ff25ca5f03ea);});$marker.push(m_54668d13816469719333ff25ca5f03ea);}});}google.maps.event.addDomListener(window, 'load', initialize);