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.6628,-84.488)};var g_506bcafd6d99043b2d6d1a7e5f6743e3 = new google.maps.Geocoder();g_506bcafd6d99043b2d6d1a7e5f6743e3.geocode( { 'address': "489 Highland Crossing #101, East Ellijay, GA 30540, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-ellijay-GA-citizens-south-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-ellijay-GA-citizens-south-bank'), mapOptions);}document.getElementById('d9f835b3').innerHTML += ' | View Map';var $l506bcafd6d99043b2d6d1a7e5f6743e3 = '

Citizens South Bank

Address: 489 Highland Crossing #101, East Ellijay, GA 30540, USA
Phone: (706) 515-2265
';var m_506bcafd6d99043b2d6d1a7e5f6743e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens South Bank',});m_506bcafd6d99043b2d6d1a7e5f6743e3['infowindow'] = new google.maps.InfoWindow({content: $l506bcafd6d99043b2d6d1a7e5f6743e3});var infowindow = new google.maps.InfoWindow({content: $l506bcafd6d99043b2d6d1a7e5f6743e3});google.maps.event.addListener(m_506bcafd6d99043b2d6d1a7e5f6743e3, 'click', function() {infowindow.open(map,m_506bcafd6d99043b2d6d1a7e5f6743e3);});$marker.push(m_506bcafd6d99043b2d6d1a7e5f6743e3);}});}google.maps.event.addDomListener(window, 'load', initialize);