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.7654,-84.3871)};var g_9899b0368f86fc3b52ff8eb73a5acf1f = new google.maps.Geocoder();g_9899b0368f86fc3b52ff8eb73a5acf1f.geocode( { 'address': "401 West Peachtree St NW # 300, Atlanta, GA 30308, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-associated-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-associated-federal-cu'), mapOptions);}document.getElementById('7d359c60').innerHTML += ' | View Map';var $l9899b0368f86fc3b52ff8eb73a5acf1f = '

Associated Federal Cu

Address: 401 West Peachtree St NW # 300, Atlanta, GA 30308, USA
Phone: (404) 688-1510
';var m_9899b0368f86fc3b52ff8eb73a5acf1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Federal Cu',});m_9899b0368f86fc3b52ff8eb73a5acf1f['infowindow'] = new google.maps.InfoWindow({content: $l9899b0368f86fc3b52ff8eb73a5acf1f});var infowindow = new google.maps.InfoWindow({content: $l9899b0368f86fc3b52ff8eb73a5acf1f});google.maps.event.addListener(m_9899b0368f86fc3b52ff8eb73a5acf1f, 'click', function() {infowindow.open(map,m_9899b0368f86fc3b52ff8eb73a5acf1f);});$marker.push(m_9899b0368f86fc3b52ff8eb73a5acf1f);}});}google.maps.event.addDomListener(window, 'load', initialize);