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(32.976,-81.7594)};var g_2ef65e75adac4be5f8a2bfafd2decbae = new google.maps.Geocoder();g_2ef65e75adac4be5f8a2bfafd2decbae.geocode( { 'address': "731 Charles Perry Ave, Sardis, GA 30456"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sardis-GA-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('sardis-GA-southern-bank'), mapOptions);}document.getElementById('38a18185').innerHTML += ' | View Map';var $l2ef65e75adac4be5f8a2bfafd2decbae = '

Southern Bank

Address: 731 Charles Perry Ave, Sardis, GA 30456
Phone: (706) 437-9977
';var m_2ef65e75adac4be5f8a2bfafd2decbae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank',});m_2ef65e75adac4be5f8a2bfafd2decbae['infowindow'] = new google.maps.InfoWindow({content: $l2ef65e75adac4be5f8a2bfafd2decbae});var infowindow = new google.maps.InfoWindow({content: $l2ef65e75adac4be5f8a2bfafd2decbae});google.maps.event.addListener(m_2ef65e75adac4be5f8a2bfafd2decbae, 'click', function() {infowindow.open(map,m_2ef65e75adac4be5f8a2bfafd2decbae);});$marker.push(m_2ef65e75adac4be5f8a2bfafd2decbae);}});}google.maps.event.addDomListener(window, 'load', initialize);