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.5358,-88.4303)};var g_abf71c3ebd03356b9baa2b0d3b77e64c = new google.maps.Geocoder();g_abf71c3ebd03356b9baa2b0d3b77e64c.geocode( { 'address': "3491 Bluecutt Rd # 6, Columbus, MS 39705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-MS-m-m-tax-services').style.display = '';map = new google.maps.Map(document.getElementById('columbus-MS-m-m-tax-services'), mapOptions);}document.getElementById('c8ab1085').innerHTML += ' | View Map';var $labf71c3ebd03356b9baa2b0d3b77e64c = '

M M Tax Services

Address: 3491 Bluecutt Rd # 6, Columbus, MS 39705, USA
Phone: (662) 244-0414
';var m_abf71c3ebd03356b9baa2b0d3b77e64c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M M Tax Services',});m_abf71c3ebd03356b9baa2b0d3b77e64c['infowindow'] = new google.maps.InfoWindow({content: $labf71c3ebd03356b9baa2b0d3b77e64c});var infowindow = new google.maps.InfoWindow({content: $labf71c3ebd03356b9baa2b0d3b77e64c});google.maps.event.addListener(m_abf71c3ebd03356b9baa2b0d3b77e64c, 'click', function() {infowindow.open(map,m_abf71c3ebd03356b9baa2b0d3b77e64c);});$marker.push(m_abf71c3ebd03356b9baa2b0d3b77e64c);}});}google.maps.event.addDomListener(window, 'load', initialize);