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.2563,-88.7253)};var g_78da8e48a6da8ef996e87908f89d1ac4 = new google.maps.Geocoder();g_78da8e48a6da8ef996e87908f89d1ac4.geocode( { 'address': "1223 Main St, Tupelo, MS 38801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tupelo-MS-kwik-tax-service').style.display = '';map = new google.maps.Map(document.getElementById('tupelo-MS-kwik-tax-service'), mapOptions);}document.getElementById('2cbd3498').innerHTML += ' | View Map';var $l78da8e48a6da8ef996e87908f89d1ac4 = '

KWIK TAX SERVICE

Address: 1223 Main St, Tupelo, MS 38801, USA
Phone: (662) 841-5085
';var m_78da8e48a6da8ef996e87908f89d1ac4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KWIK TAX SERVICE',});m_78da8e48a6da8ef996e87908f89d1ac4['infowindow'] = new google.maps.InfoWindow({content: $l78da8e48a6da8ef996e87908f89d1ac4});var infowindow = new google.maps.InfoWindow({content: $l78da8e48a6da8ef996e87908f89d1ac4});google.maps.event.addListener(m_78da8e48a6da8ef996e87908f89d1ac4, 'click', function() {infowindow.open(map,m_78da8e48a6da8ef996e87908f89d1ac4);});$marker.push(m_78da8e48a6da8ef996e87908f89d1ac4);}});}google.maps.event.addDomListener(window, 'load', initialize);