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(33.4958,-88.3898)};var g_06992f330e7e9270e0745934c304d173 = new google.maps.Geocoder();g_06992f330e7e9270e0745934c304d173.geocode( { 'address': "112 Idlewild Rd, Columbus, MS 39702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-MS-first-choice').style.display = '';map = new google.maps.Map(document.getElementById('columbus-MS-first-choice'), mapOptions);}document.getElementById('2836371b').innerHTML += ' | View Map';var $l06992f330e7e9270e0745934c304d173 = '

First Choice

Address: 112 Idlewild Rd, Columbus, MS 39702, USA
Phone: (662) 328-4444
';var m_06992f330e7e9270e0745934c304d173 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Choice',});m_06992f330e7e9270e0745934c304d173['infowindow'] = new google.maps.InfoWindow({content: $l06992f330e7e9270e0745934c304d173});var infowindow = new google.maps.InfoWindow({content: $l06992f330e7e9270e0745934c304d173});google.maps.event.addListener(m_06992f330e7e9270e0745934c304d173, 'click', function() {infowindow.open(map,m_06992f330e7e9270e0745934c304d173);});$marker.push(m_06992f330e7e9270e0745934c304d173);}});}google.maps.event.addDomListener(window, 'load', initialize);