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_47e2a1d39ac1046c262ceab3aa9aaa81 = new google.maps.Geocoder();g_47e2a1d39ac1046c262ceab3aa9aaa81.geocode( { 'address': "562 Lee St SW, Atlanta, GA 30310"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-capitol-city-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-capitol-city-bancshares-inc'), mapOptions);}document.getElementById('0d091a3f').innerHTML += ' | View Map';var $l47e2a1d39ac1046c262ceab3aa9aaa81 = '

Capitol City Bancshares Inc

Address: 562 Lee St SW, Atlanta, GA 30310
Phone: (404) 752-6067
';var m_47e2a1d39ac1046c262ceab3aa9aaa81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capitol City Bancshares Inc',});m_47e2a1d39ac1046c262ceab3aa9aaa81['infowindow'] = new google.maps.InfoWindow({content: $l47e2a1d39ac1046c262ceab3aa9aaa81});var infowindow = new google.maps.InfoWindow({content: $l47e2a1d39ac1046c262ceab3aa9aaa81});google.maps.event.addListener(m_47e2a1d39ac1046c262ceab3aa9aaa81, 'click', function() {infowindow.open(map,m_47e2a1d39ac1046c262ceab3aa9aaa81);});$marker.push(m_47e2a1d39ac1046c262ceab3aa9aaa81);}});}google.maps.event.addDomListener(window, 'load', initialize);