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(31.4554,-83.5116)};var g_0d79fb7ec609764cc65809eecd96f6a0 = new google.maps.Geocoder();g_0d79fb7ec609764cc65809eecd96f6a0.geocode( { 'address': "109 2nd St W, Tifton, GA 31794, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tifton-GA-tifton-business--tax-services').style.display = '';map = new google.maps.Map(document.getElementById('tifton-GA-tifton-business--tax-services'), mapOptions);}document.getElementById('e1d938a1').innerHTML += ' | View Map';var $l0d79fb7ec609764cc65809eecd96f6a0 = '

Tifton Business & Tax Services

Address: 109 2nd St W, Tifton, GA 31794, USA
Phone: (229) 382-4490
';var m_0d79fb7ec609764cc65809eecd96f6a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tifton Business & Tax Services',});m_0d79fb7ec609764cc65809eecd96f6a0['infowindow'] = new google.maps.InfoWindow({content: $l0d79fb7ec609764cc65809eecd96f6a0});var infowindow = new google.maps.InfoWindow({content: $l0d79fb7ec609764cc65809eecd96f6a0});google.maps.event.addListener(m_0d79fb7ec609764cc65809eecd96f6a0, 'click', function() {infowindow.open(map,m_0d79fb7ec609764cc65809eecd96f6a0);});$marker.push(m_0d79fb7ec609764cc65809eecd96f6a0);}});}google.maps.event.addDomListener(window, 'load', initialize);