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.5398,-82.4642)};var g_a5ee6457150a2d96a0015872541956c3 = new google.maps.Geocoder();g_a5ee6457150a2d96a0015872541956c3.geocode( { 'address': "501 W 12th St, Alma, GA 31510"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alma-GA-south-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('alma-GA-south-banking-co'), mapOptions);}document.getElementById('cd6160b3').innerHTML += ' | View Map';var $la5ee6457150a2d96a0015872541956c3 = '

South Banking Co

Address: 501 W 12th St, Alma, GA 31510
Phone: (912) 632-7480
';var m_a5ee6457150a2d96a0015872541956c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Banking Co',});m_a5ee6457150a2d96a0015872541956c3['infowindow'] = new google.maps.InfoWindow({content: $la5ee6457150a2d96a0015872541956c3});var infowindow = new google.maps.InfoWindow({content: $la5ee6457150a2d96a0015872541956c3});google.maps.event.addListener(m_a5ee6457150a2d96a0015872541956c3, 'click', function() {infowindow.open(map,m_a5ee6457150a2d96a0015872541956c3);});$marker.push(m_a5ee6457150a2d96a0015872541956c3);}});}google.maps.event.addDomListener(window, 'load', initialize);