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(32.3376,-90.331)};var g_b2be22da68d9b637b489cb78c24284aa = new google.maps.Geocoder();g_b2be22da68d9b637b489cb78c24284aa.geocode( { 'address': "PO Box 4033, Clinton, MS 39058, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MS-mississippi-college-empl-cu').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MS-mississippi-college-empl-cu'), mapOptions);}document.getElementById('8eaea5ca').innerHTML += ' | View Map';var $lb2be22da68d9b637b489cb78c24284aa = '

Mississippi College Empl Cu

Address: PO Box 4033, Clinton, MS 39058, USA
Phone: (601) 925-3895
';var m_b2be22da68d9b637b489cb78c24284aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mississippi College Empl Cu',});m_b2be22da68d9b637b489cb78c24284aa['infowindow'] = new google.maps.InfoWindow({content: $lb2be22da68d9b637b489cb78c24284aa});var infowindow = new google.maps.InfoWindow({content: $lb2be22da68d9b637b489cb78c24284aa});google.maps.event.addListener(m_b2be22da68d9b637b489cb78c24284aa, 'click', function() {infowindow.open(map,m_b2be22da68d9b637b489cb78c24284aa);});$marker.push(m_b2be22da68d9b637b489cb78c24284aa);}});}google.maps.event.addDomListener(window, 'load', initialize);