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.8566,-80.2865)};var g_b5928e5cdda39ad0c1fcd6a2fad7165d = new google.maps.Geocoder();g_b5928e5cdda39ad0c1fcd6a2fad7165d.geocode( { 'address': "501 Crescent Ave, Ellwood City, PA 16117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellwood-city-PA-ellwood-city-school-empl-cu').style.display = '';map = new google.maps.Map(document.getElementById('ellwood-city-PA-ellwood-city-school-empl-cu'), mapOptions);}document.getElementById('cefd039c').innerHTML += ' | View Map';var $lb5928e5cdda39ad0c1fcd6a2fad7165d = '

Ellwood City School Empl CU

Address: 501 Crescent Ave, Ellwood City, PA 16117, USA
Phone: (724) 752-4968
';var m_b5928e5cdda39ad0c1fcd6a2fad7165d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ellwood City School Empl CU',});m_b5928e5cdda39ad0c1fcd6a2fad7165d['infowindow'] = new google.maps.InfoWindow({content: $lb5928e5cdda39ad0c1fcd6a2fad7165d});var infowindow = new google.maps.InfoWindow({content: $lb5928e5cdda39ad0c1fcd6a2fad7165d});google.maps.event.addListener(m_b5928e5cdda39ad0c1fcd6a2fad7165d, 'click', function() {infowindow.open(map,m_b5928e5cdda39ad0c1fcd6a2fad7165d);});$marker.push(m_b5928e5cdda39ad0c1fcd6a2fad7165d);}});}google.maps.event.addDomListener(window, 'load', initialize);