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(38.6201,-88.9455)};var g_809d4bb5b3045d4d0b4be6f71c4094f3 = new google.maps.Geocoder();g_809d4bb5b3045d4d0b4be6f71c4094f3.geocode( { 'address': "IL-37, Salem, IL 62881, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-IL-salem-school-system-cu').style.display = '';map = new google.maps.Map(document.getElementById('salem-IL-salem-school-system-cu'), mapOptions);}document.getElementById('089eb619').innerHTML += ' | View Map';var $l809d4bb5b3045d4d0b4be6f71c4094f3 = '

Salem School System Cu

Address: IL-37, Salem, IL 62881, USA
Phone: (618) 548-1009
';var m_809d4bb5b3045d4d0b4be6f71c4094f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Salem School System Cu',});m_809d4bb5b3045d4d0b4be6f71c4094f3['infowindow'] = new google.maps.InfoWindow({content: $l809d4bb5b3045d4d0b4be6f71c4094f3});var infowindow = new google.maps.InfoWindow({content: $l809d4bb5b3045d4d0b4be6f71c4094f3});google.maps.event.addListener(m_809d4bb5b3045d4d0b4be6f71c4094f3, 'click', function() {infowindow.open(map,m_809d4bb5b3045d4d0b4be6f71c4094f3);});$marker.push(m_809d4bb5b3045d4d0b4be6f71c4094f3);}});}google.maps.event.addDomListener(window, 'load', initialize);