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.1459,-88.5239)};var g_c2e9cda1238ebd2ab95b370ca2f1924b = new google.maps.Geocoder();g_c2e9cda1238ebd2ab95b370ca2f1924b.geocode( { 'address': "1201 Network Centre Dr, Effingham, IL 62401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('effingham-IL-midland-institute-for-entreprenuership').style.display = '';map = new google.maps.Map(document.getElementById('effingham-IL-midland-institute-for-entreprenuership'), mapOptions);}document.getElementById('ad4ee462').innerHTML += ' | View Map';var $lc2e9cda1238ebd2ab95b370ca2f1924b = '

Midland Institute for Entreprenuership

Address: 1201 Network Centre Dr, Effingham, IL 62401, USA
Phone: (872) 356-6433
';var m_c2e9cda1238ebd2ab95b370ca2f1924b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midland Institute for Entreprenuership',});m_c2e9cda1238ebd2ab95b370ca2f1924b['infowindow'] = new google.maps.InfoWindow({content: $lc2e9cda1238ebd2ab95b370ca2f1924b});var infowindow = new google.maps.InfoWindow({content: $lc2e9cda1238ebd2ab95b370ca2f1924b});google.maps.event.addListener(m_c2e9cda1238ebd2ab95b370ca2f1924b, 'click', function() {infowindow.open(map,m_c2e9cda1238ebd2ab95b370ca2f1924b);});$marker.push(m_c2e9cda1238ebd2ab95b370ca2f1924b);}});}google.maps.event.addDomListener(window, 'load', initialize);