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.8559,-84.3953)};var g_9fa84d018d34f32cc83acfa2660d9586 = new google.maps.Geocoder();g_9fa84d018d34f32cc83acfa2660d9586.geocode( { 'address': "561 Whitehall St SW, Atlanta, GA 30303"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-capital-city-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-capital-city-bank-trust-co'), mapOptions);}document.getElementById('e9933c5d').innerHTML += ' | View Map';var $l9fa84d018d34f32cc83acfa2660d9586 = '

Capital City Bank & Trust Co

Address: 561 Whitehall St SW, Atlanta, GA 30303
Phone: (404) 614-2898
';var m_9fa84d018d34f32cc83acfa2660d9586 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital City Bank & Trust Co',});m_9fa84d018d34f32cc83acfa2660d9586['infowindow'] = new google.maps.InfoWindow({content: $l9fa84d018d34f32cc83acfa2660d9586});var infowindow = new google.maps.InfoWindow({content: $l9fa84d018d34f32cc83acfa2660d9586});google.maps.event.addListener(m_9fa84d018d34f32cc83acfa2660d9586, 'click', function() {infowindow.open(map,m_9fa84d018d34f32cc83acfa2660d9586);});$marker.push(m_9fa84d018d34f32cc83acfa2660d9586);}});}google.maps.event.addDomListener(window, 'load', initialize);