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_d348627a08fabe278a8909ed03474447 = new google.maps.Geocoder();g_d348627a08fabe278a8909ed03474447.geocode( { 'address': "1349 W Peachtree St NW, Atlanta, GA 30309"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-bank-of-atlanta').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-bank-of-atlanta'), mapOptions);}document.getElementById('c95bf1e7').innerHTML += ' | View Map';var $ld348627a08fabe278a8909ed03474447 = '

Bank of Atlanta

Address: 1349 W Peachtree St NW, Atlanta, GA 30309
Phone: (404) 541-2680
';var m_d348627a08fabe278a8909ed03474447 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Atlanta',});m_d348627a08fabe278a8909ed03474447['infowindow'] = new google.maps.InfoWindow({content: $ld348627a08fabe278a8909ed03474447});var infowindow = new google.maps.InfoWindow({content: $ld348627a08fabe278a8909ed03474447});google.maps.event.addListener(m_d348627a08fabe278a8909ed03474447, 'click', function() {infowindow.open(map,m_d348627a08fabe278a8909ed03474447);});$marker.push(m_d348627a08fabe278a8909ed03474447);}});}google.maps.event.addDomListener(window, 'load', initialize);