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.4521,-83.5095)};var g_867c316d974d1d526d0f9106f4d01c55 = new google.maps.Geocoder();g_867c316d974d1d526d0f9106f4d01c55.geocode( { 'address': "307 Main St S, Tifton, GA 31794, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tifton-GA-southern-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('tifton-GA-southern-financial-services'), mapOptions);}document.getElementById('b1ddf628').innerHTML += ' | View Map';var $l867c316d974d1d526d0f9106f4d01c55 = '

Southern Financial Services

Address: 307 Main St S, Tifton, GA 31794, USA
Phone: (229) 382-0507
';var m_867c316d974d1d526d0f9106f4d01c55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Financial Services',});m_867c316d974d1d526d0f9106f4d01c55['infowindow'] = new google.maps.InfoWindow({content: $l867c316d974d1d526d0f9106f4d01c55});var infowindow = new google.maps.InfoWindow({content: $l867c316d974d1d526d0f9106f4d01c55});google.maps.event.addListener(m_867c316d974d1d526d0f9106f4d01c55, 'click', function() {infowindow.open(map,m_867c316d974d1d526d0f9106f4d01c55);});$marker.push(m_867c316d974d1d526d0f9106f4d01c55);}});}google.maps.event.addDomListener(window, 'load', initialize);