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(33.2336,-82.5961)};var g_f2f8202e16fa632a907e92360f02c747 = new google.maps.Geocoder();g_f2f8202e16fa632a907e92360f02c747.geocode( { 'address': "21 College St, Gibson, GA 30810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gibson-GA-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('gibson-GA-southern-bank'), mapOptions);}document.getElementById('441921ad').innerHTML += ' | View Map';var $lf2f8202e16fa632a907e92360f02c747 = '

Southern Bank

Address: 21 College St, Gibson, GA 30810, USA
Phone: (706) 598-3400
';var m_f2f8202e16fa632a907e92360f02c747 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank',});m_f2f8202e16fa632a907e92360f02c747['infowindow'] = new google.maps.InfoWindow({content: $lf2f8202e16fa632a907e92360f02c747});var infowindow = new google.maps.InfoWindow({content: $lf2f8202e16fa632a907e92360f02c747});google.maps.event.addListener(m_f2f8202e16fa632a907e92360f02c747, 'click', function() {infowindow.open(map,m_f2f8202e16fa632a907e92360f02c747);});$marker.push(m_f2f8202e16fa632a907e92360f02c747);}});}google.maps.event.addDomListener(window, 'load', initialize);