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.4738,-83.5027)};var g_d9c300142bf6093ad70e853985f71313 = new google.maps.Geocoder();g_d9c300142bf6093ad70e853985f71313.geocode( { 'address': "2005 Tift Ave N, Tifton, GA 31794, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tifton-GA-south-georgia-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('tifton-GA-south-georgia-banking-co'), mapOptions);}document.getElementById('742d7754').innerHTML += ' | View Map';var $ld9c300142bf6093ad70e853985f71313 = '

South Georgia Banking Co

Address: 2005 Tift Ave N, Tifton, GA 31794, USA
Phone: (229) 382-8272
';var m_d9c300142bf6093ad70e853985f71313 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Georgia Banking Co',});m_d9c300142bf6093ad70e853985f71313['infowindow'] = new google.maps.InfoWindow({content: $ld9c300142bf6093ad70e853985f71313});var infowindow = new google.maps.InfoWindow({content: $ld9c300142bf6093ad70e853985f71313});google.maps.event.addListener(m_d9c300142bf6093ad70e853985f71313, 'click', function() {infowindow.open(map,m_d9c300142bf6093ad70e853985f71313);});$marker.push(m_d9c300142bf6093ad70e853985f71313);}});}google.maps.event.addDomListener(window, 'load', initialize);