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_52d4d7e63ba0b34da02046be3a5ab5d3 = new google.maps.Geocoder();g_52d4d7e63ba0b34da02046be3a5ab5d3.geocode( { 'address': "1000 Peachtree St NE, Atlanta, GA 30309"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-federal-reserve-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-federal-reserve-bank'), mapOptions);}document.getElementById('cc0936d3').innerHTML += ' | View Map';var $l52d4d7e63ba0b34da02046be3a5ab5d3 = '

Federal Reserve Bank

Address: 1000 Peachtree St NE, Atlanta, GA 30309
Phone: (404) 498-8500
';var m_52d4d7e63ba0b34da02046be3a5ab5d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federal Reserve Bank',});m_52d4d7e63ba0b34da02046be3a5ab5d3['infowindow'] = new google.maps.InfoWindow({content: $l52d4d7e63ba0b34da02046be3a5ab5d3});var infowindow = new google.maps.InfoWindow({content: $l52d4d7e63ba0b34da02046be3a5ab5d3});google.maps.event.addListener(m_52d4d7e63ba0b34da02046be3a5ab5d3, 'click', function() {infowindow.open(map,m_52d4d7e63ba0b34da02046be3a5ab5d3);});$marker.push(m_52d4d7e63ba0b34da02046be3a5ab5d3);}});}google.maps.event.addDomListener(window, 'load', initialize);