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.1777,-83.7873)};var g_103306b47cb90417d4cf2fab1ba2f398 = new google.maps.Geocoder();g_103306b47cb90417d4cf2fab1ba2f398.geocode( { 'address': "201 1st St SE, Moultrie, GA 31768, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moultrie-GA-southwest-georgia-bank').style.display = '';map = new google.maps.Map(document.getElementById('moultrie-GA-southwest-georgia-bank'), mapOptions);}document.getElementById('d48ade98').innerHTML += ' | View Map';var $l103306b47cb90417d4cf2fab1ba2f398 = '

Southwest Georgia Bank

Address: 201 1st St SE, Moultrie, GA 31768, USA
Phone: (229) 985-1120
';var m_103306b47cb90417d4cf2fab1ba2f398 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southwest Georgia Bank',});m_103306b47cb90417d4cf2fab1ba2f398['infowindow'] = new google.maps.InfoWindow({content: $l103306b47cb90417d4cf2fab1ba2f398});var infowindow = new google.maps.InfoWindow({content: $l103306b47cb90417d4cf2fab1ba2f398});google.maps.event.addListener(m_103306b47cb90417d4cf2fab1ba2f398, 'click', function() {infowindow.open(map,m_103306b47cb90417d4cf2fab1ba2f398);});$marker.push(m_103306b47cb90417d4cf2fab1ba2f398);}});}google.maps.event.addDomListener(window, 'load', initialize);