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_a9d0c0aa5743c18f3d4027fccf327aa7 = new google.maps.Geocoder();g_a9d0c0aa5743c18f3d4027fccf327aa7.geocode( { 'address': "2200 Century Pkwy Ste 4, Atlanta, GA 30345"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-georgias-own-credit-union-century-center').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-georgias-own-credit-union-century-center'), mapOptions);}document.getElementById('5be99ff7').innerHTML += ' | View Map';var $la9d0c0aa5743c18f3d4027fccf327aa7 = '

Georgia

Address: 2200 Century Pkwy Ste 4, Atlanta, GA 30345
Phone: (800) 533-2062
';var m_a9d0c0aa5743c18f3d4027fccf327aa7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia',});m_a9d0c0aa5743c18f3d4027fccf327aa7['infowindow'] = new google.maps.InfoWindow({content: $la9d0c0aa5743c18f3d4027fccf327aa7});var infowindow = new google.maps.InfoWindow({content: $la9d0c0aa5743c18f3d4027fccf327aa7});google.maps.event.addListener(m_a9d0c0aa5743c18f3d4027fccf327aa7, 'click', function() {infowindow.open(map,m_a9d0c0aa5743c18f3d4027fccf327aa7);});$marker.push(m_a9d0c0aa5743c18f3d4027fccf327aa7);}});}google.maps.event.addDomListener(window, 'load', initialize);