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(34.6345,-89.9694)};var g_5a87627ce58b6156584c7317e12914e6 = new google.maps.Geocoder();g_5a87627ce58b6156584c7317e12914e6.geocode( { 'address': "5641 HWY 51 North, Senatobia, MS 38668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('senatobia-MS-regions').style.display = '';map = new google.maps.Map(document.getElementById('senatobia-MS-regions'), mapOptions);}document.getElementById('8a8e11a7').innerHTML += ' | View Map';var $l5a87627ce58b6156584c7317e12914e6 = '

REGIONS

Address: 5641 HWY 51 North, Senatobia, MS 38668, USA
Phone: (800) 734-4667
';var m_5a87627ce58b6156584c7317e12914e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'REGIONS',});m_5a87627ce58b6156584c7317e12914e6['infowindow'] = new google.maps.InfoWindow({content: $l5a87627ce58b6156584c7317e12914e6});var infowindow = new google.maps.InfoWindow({content: $l5a87627ce58b6156584c7317e12914e6});google.maps.event.addListener(m_5a87627ce58b6156584c7317e12914e6, 'click', function() {infowindow.open(map,m_5a87627ce58b6156584c7317e12914e6);});$marker.push(m_5a87627ce58b6156584c7317e12914e6);}});}google.maps.event.addDomListener(window, 'load', initialize);