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.801,-85.1896)};var g_f6c5693dde219ec0c8395b8b32704fa3 = new google.maps.Geocoder();g_f6c5693dde219ec0c8395b8b32704fa3.geocode( { 'address': "3559 US-27 BUS, Buchanan, GA 30113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buchanan-GA-community--southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('buchanan-GA-community--southern-bank'), mapOptions);}document.getElementById('55e94f7e').innerHTML += ' | View Map';var $lf6c5693dde219ec0c8395b8b32704fa3 = '

Community & Southern Bank

Address: 3559 US-27 BUS, Buchanan, GA 30113, USA
Phone: (800) 901-8075
';var m_f6c5693dde219ec0c8395b8b32704fa3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community & Southern Bank',});m_f6c5693dde219ec0c8395b8b32704fa3['infowindow'] = new google.maps.InfoWindow({content: $lf6c5693dde219ec0c8395b8b32704fa3});var infowindow = new google.maps.InfoWindow({content: $lf6c5693dde219ec0c8395b8b32704fa3});google.maps.event.addListener(m_f6c5693dde219ec0c8395b8b32704fa3, 'click', function() {infowindow.open(map,m_f6c5693dde219ec0c8395b8b32704fa3);});$marker.push(m_f6c5693dde219ec0c8395b8b32704fa3);}});}google.maps.event.addDomListener(window, 'load', initialize);