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.3886,-84.0965)};var g_e089b3b5750148e7f7fcc282635fb2d4 = new google.maps.Geocoder();g_e089b3b5750148e7f7fcc282635fb2d4.geocode( { 'address': "4300 Dawson Forest Rd E, Dawsonville, GA 30534"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dawsonville-GA-community-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('dawsonville-GA-community-southern-bank'), mapOptions);}document.getElementById('4cdd5f48').innerHTML += ' | View Map';var $le089b3b5750148e7f7fcc282635fb2d4 = '

Community & Southern Bank

Address: 4300 Dawson Forest Rd E, Dawsonville, GA 30534
Phone: (706) 265-5090
';var m_e089b3b5750148e7f7fcc282635fb2d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community & Southern Bank',});m_e089b3b5750148e7f7fcc282635fb2d4['infowindow'] = new google.maps.InfoWindow({content: $le089b3b5750148e7f7fcc282635fb2d4});var infowindow = new google.maps.InfoWindow({content: $le089b3b5750148e7f7fcc282635fb2d4});google.maps.event.addListener(m_e089b3b5750148e7f7fcc282635fb2d4, 'click', function() {infowindow.open(map,m_e089b3b5750148e7f7fcc282635fb2d4);});$marker.push(m_e089b3b5750148e7f7fcc282635fb2d4);}});}google.maps.event.addDomListener(window, 'load', initialize);