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_f722b1c4734b352eeb442f7e2a5a5fb5 = new google.maps.Geocoder();g_f722b1c4734b352eeb442f7e2a5a5fb5.geocode( { 'address': "675 W Peachtree St NW, Atlanta, GA 30308"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-us-government-thrift-savings').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-us-government-thrift-savings'), mapOptions);}document.getElementById('1dfde282').innerHTML += ' | View Map';var $lf722b1c4734b352eeb442f7e2a5a5fb5 = '

US Government Thrift Savings

Address: 675 W Peachtree St NW, Atlanta, GA 30308
Phone: (404) 233-4400
';var m_f722b1c4734b352eeb442f7e2a5a5fb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Government Thrift Savings',});m_f722b1c4734b352eeb442f7e2a5a5fb5['infowindow'] = new google.maps.InfoWindow({content: $lf722b1c4734b352eeb442f7e2a5a5fb5});var infowindow = new google.maps.InfoWindow({content: $lf722b1c4734b352eeb442f7e2a5a5fb5});google.maps.event.addListener(m_f722b1c4734b352eeb442f7e2a5a5fb5, 'click', function() {infowindow.open(map,m_f722b1c4734b352eeb442f7e2a5a5fb5);});$marker.push(m_f722b1c4734b352eeb442f7e2a5a5fb5);}});}google.maps.event.addDomListener(window, 'load', initialize);