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(36.8797,-89.5793)};var g_f2c438081613f3237aef8b10c52701f4 = new google.maps.Geocoder();g_f2c438081613f3237aef8b10c52701f4.geocode( { 'address': "814 Linn St, Sikeston, MO 63801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sikeston-MO-sikeston-public-school-cu').style.display = '';map = new google.maps.Map(document.getElementById('sikeston-MO-sikeston-public-school-cu'), mapOptions);}document.getElementById('335f2fe0').innerHTML += ' | View Map';var $lf2c438081613f3237aef8b10c52701f4 = '

Sikeston Public School Cu

Address: 814 Linn St, Sikeston, MO 63801, USA
Phone: (573) 472-0000
';var m_f2c438081613f3237aef8b10c52701f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sikeston Public School Cu',});m_f2c438081613f3237aef8b10c52701f4['infowindow'] = new google.maps.InfoWindow({content: $lf2c438081613f3237aef8b10c52701f4});var infowindow = new google.maps.InfoWindow({content: $lf2c438081613f3237aef8b10c52701f4});google.maps.event.addListener(m_f2c438081613f3237aef8b10c52701f4, 'click', function() {infowindow.open(map,m_f2c438081613f3237aef8b10c52701f4);});$marker.push(m_f2c438081613f3237aef8b10c52701f4);}});}google.maps.event.addDomListener(window, 'load', initialize);