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(34.1129,-83.58)};var g_b91b89f8af95f4af78e87ef66c27e3ba = new google.maps.Geocoder();g_b91b89f8af95f4af78e87ef66c27e3ba.geocode( { 'address': "1325 Washington St, Jefferson, GA 30549"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-GA-south-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-GA-south-state-bank'), mapOptions);}document.getElementById('63b1006d').innerHTML += ' | View Map';var $lb91b89f8af95f4af78e87ef66c27e3ba = '

South State Bank

Address: 1325 Washington St, Jefferson, GA 30549
Phone: (706) 367-4123
';var m_b91b89f8af95f4af78e87ef66c27e3ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank',});m_b91b89f8af95f4af78e87ef66c27e3ba['infowindow'] = new google.maps.InfoWindow({content: $lb91b89f8af95f4af78e87ef66c27e3ba});var infowindow = new google.maps.InfoWindow({content: $lb91b89f8af95f4af78e87ef66c27e3ba});google.maps.event.addListener(m_b91b89f8af95f4af78e87ef66c27e3ba, 'click', function() {infowindow.open(map,m_b91b89f8af95f4af78e87ef66c27e3ba);});$marker.push(m_b91b89f8af95f4af78e87ef66c27e3ba);}});var g_ba6ad2c243888d04f2550ccfefc4598a = new google.maps.Geocoder();g_ba6ad2c243888d04f2550ccfefc4598a.geocode( { 'address': "1687 Old Pendergrass Rd, Jefferson, GA 30549"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-GA-south-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-GA-south-state-bank'), mapOptions);}document.getElementById('ec0047d3').innerHTML += ' | View Map';var $lba6ad2c243888d04f2550ccfefc4598a = '

South State Bank

Address: 1687 Old Pendergrass Rd, Jefferson, GA 30549
Phone: (706) 367-1800
';var m_ba6ad2c243888d04f2550ccfefc4598a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank',});m_ba6ad2c243888d04f2550ccfefc4598a['infowindow'] = new google.maps.InfoWindow({content: $lba6ad2c243888d04f2550ccfefc4598a});var infowindow = new google.maps.InfoWindow({content: $lba6ad2c243888d04f2550ccfefc4598a});google.maps.event.addListener(m_ba6ad2c243888d04f2550ccfefc4598a, 'click', function() {infowindow.open(map,m_ba6ad2c243888d04f2550ccfefc4598a);});$marker.push(m_ba6ad2c243888d04f2550ccfefc4598a);}});}google.maps.event.addDomListener(window, 'load', initialize);