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.1327,-83.7585)};var g_7647966b7343c29048673252e490f736 = new google.maps.Geocoder();g_7647966b7343c29048673252e490f736.geocode( { 'address': "2085 Highway 211 NW, Braselton, GA 30517"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('braselton-GA-community-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('braselton-GA-community-southern-bank'), mapOptions);}document.getElementById('7e6046c5').innerHTML += ' | View Map';var $l7647966b7343c29048673252e490f736 = '

Community & Southern Bank

Address: 2085 Highway 211 NW, Braselton, GA 30517
Phone: (678) 963-0415
';var m_7647966b7343c29048673252e490f736 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community & Southern Bank',});m_7647966b7343c29048673252e490f736['infowindow'] = new google.maps.InfoWindow({content: $l7647966b7343c29048673252e490f736});var infowindow = new google.maps.InfoWindow({content: $l7647966b7343c29048673252e490f736});google.maps.event.addListener(m_7647966b7343c29048673252e490f736, 'click', function() {infowindow.open(map,m_7647966b7343c29048673252e490f736);});$marker.push(m_7647966b7343c29048673252e490f736);}});}google.maps.event.addDomListener(window, 'load', initialize);