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.9179,-79.695)};var g_d6974677d201a520dcf63a22455787bb = new google.maps.Geocoder();g_d6974677d201a520dcf63a22455787bb.geocode( { 'address': "193 Edison St, Uniontown, PA 15401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uniontown-PA-fayette-county-school-cu').style.display = '';map = new google.maps.Map(document.getElementById('uniontown-PA-fayette-county-school-cu'), mapOptions);}document.getElementById('3c936713').innerHTML += ' | View Map';var $ld6974677d201a520dcf63a22455787bb = '

Fayette County School CU

Address: 193 Edison St, Uniontown, PA 15401, USA
Phone: (724) 438-9019
';var m_d6974677d201a520dcf63a22455787bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fayette County School CU',});m_d6974677d201a520dcf63a22455787bb['infowindow'] = new google.maps.InfoWindow({content: $ld6974677d201a520dcf63a22455787bb});var infowindow = new google.maps.InfoWindow({content: $ld6974677d201a520dcf63a22455787bb});google.maps.event.addListener(m_d6974677d201a520dcf63a22455787bb, 'click', function() {infowindow.open(map,m_d6974677d201a520dcf63a22455787bb);});$marker.push(m_d6974677d201a520dcf63a22455787bb);}});}google.maps.event.addDomListener(window, 'load', initialize);