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.4642,-83.5099)};var g_830bb15ba510ca9a2cfc6e698bf86124 = new google.maps.Geocoder();g_830bb15ba510ca9a2cfc6e698bf86124.geocode( { 'address': "214 W 12th St, Tifton, GA 31794, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tifton-GA-southern-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('tifton-GA-southern-mortgage'), mapOptions);}document.getElementById('ae4f9cef').innerHTML += ' | View Map';var $l830bb15ba510ca9a2cfc6e698bf86124 = '

Southern Mortgage

Address: 214 W 12th St, Tifton, GA 31794, USA
Phone: (229) 382-0222
';var m_830bb15ba510ca9a2cfc6e698bf86124 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Mortgage',});m_830bb15ba510ca9a2cfc6e698bf86124['infowindow'] = new google.maps.InfoWindow({content: $l830bb15ba510ca9a2cfc6e698bf86124});var infowindow = new google.maps.InfoWindow({content: $l830bb15ba510ca9a2cfc6e698bf86124});google.maps.event.addListener(m_830bb15ba510ca9a2cfc6e698bf86124, 'click', function() {infowindow.open(map,m_830bb15ba510ca9a2cfc6e698bf86124);});$marker.push(m_830bb15ba510ca9a2cfc6e698bf86124);}});}google.maps.event.addDomListener(window, 'load', initialize);