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.4507,-83.5158)};var g_edf6e16ad1373e34afaac8cac108198f = new google.maps.Geocoder();g_edf6e16ad1373e34afaac8cac108198f.geocode( { 'address': "213 7th St W, Tifton, GA 31794, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tifton-GA-a--a-financial--tax-services').style.display = '';map = new google.maps.Map(document.getElementById('tifton-GA-a--a-financial--tax-services'), mapOptions);}document.getElementById('c5094ef9').innerHTML += ' | View Map';var $ledf6e16ad1373e34afaac8cac108198f = '

A & A Financial & Tax Services

Address: 213 7th St W, Tifton, GA 31794, USA
Phone: (229) 386-8050
';var m_edf6e16ad1373e34afaac8cac108198f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A & A Financial & Tax Services',});m_edf6e16ad1373e34afaac8cac108198f['infowindow'] = new google.maps.InfoWindow({content: $ledf6e16ad1373e34afaac8cac108198f});var infowindow = new google.maps.InfoWindow({content: $ledf6e16ad1373e34afaac8cac108198f});google.maps.event.addListener(m_edf6e16ad1373e34afaac8cac108198f, 'click', function() {infowindow.open(map,m_edf6e16ad1373e34afaac8cac108198f);});$marker.push(m_edf6e16ad1373e34afaac8cac108198f);}});}google.maps.event.addDomListener(window, 'load', initialize);