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.334,-90.3164)};var g_cca3ef22b757d25401524545a4981c25 = new google.maps.Geocoder();g_cca3ef22b757d25401524545a4981c25.geocode( { 'address': "609 US-80, Clinton, MS 39056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MS-regions').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MS-regions'), mapOptions);}document.getElementById('37817bb9').innerHTML += ' | View Map';var $lcca3ef22b757d25401524545a4981c25 = '

Regions

Address: 609 US-80, Clinton, MS 39056, USA
Phone: (800) 734-4667
';var m_cca3ef22b757d25401524545a4981c25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions',});m_cca3ef22b757d25401524545a4981c25['infowindow'] = new google.maps.InfoWindow({content: $lcca3ef22b757d25401524545a4981c25});var infowindow = new google.maps.InfoWindow({content: $lcca3ef22b757d25401524545a4981c25});google.maps.event.addListener(m_cca3ef22b757d25401524545a4981c25, 'click', function() {infowindow.open(map,m_cca3ef22b757d25401524545a4981c25);});$marker.push(m_cca3ef22b757d25401524545a4981c25);}});}google.maps.event.addDomListener(window, 'load', initialize);