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.9246,-83.7471)};var g_c5f7d69d7e5adb7f0f8f6bd7bd482a24 = new google.maps.Geocoder();g_c5f7d69d7e5adb7f0f8f6bd7bd482a24.geocode( { 'address': "12 Angel St, Bethlehem, GA 30620"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethlehem-GA-south-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('bethlehem-GA-south-state-bank'), mapOptions);}document.getElementById('ce901654').innerHTML += ' | View Map';var $lc5f7d69d7e5adb7f0f8f6bd7bd482a24 = '

South State Bank

Address: 12 Angel St, Bethlehem, GA 30620
Phone: (770) 307-1100
';var m_c5f7d69d7e5adb7f0f8f6bd7bd482a24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank',});m_c5f7d69d7e5adb7f0f8f6bd7bd482a24['infowindow'] = new google.maps.InfoWindow({content: $lc5f7d69d7e5adb7f0f8f6bd7bd482a24});var infowindow = new google.maps.InfoWindow({content: $lc5f7d69d7e5adb7f0f8f6bd7bd482a24});google.maps.event.addListener(m_c5f7d69d7e5adb7f0f8f6bd7bd482a24, 'click', function() {infowindow.open(map,m_c5f7d69d7e5adb7f0f8f6bd7bd482a24);});$marker.push(m_c5f7d69d7e5adb7f0f8f6bd7bd482a24);}});}google.maps.event.addDomListener(window, 'load', initialize);