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.846,-84.3094)};var g_c630b6aa10251e38e5d8ee81c5905ce5 = new google.maps.Geocoder();g_c630b6aa10251e38e5d8ee81c5905ce5.geocode( { 'address': "1900 Century Blvd NE # 8, Atlanta, GA 30345, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-gta-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-gta-credit-union'), mapOptions);}document.getElementById('01035df0').innerHTML += ' | View Map';var $lc630b6aa10251e38e5d8ee81c5905ce5 = '

GTA Credit Union

Address: 1900 Century Blvd NE # 8, Atlanta, GA 30345, USA
Phone: (404) 321-5440
';var m_c630b6aa10251e38e5d8ee81c5905ce5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GTA Credit Union',});m_c630b6aa10251e38e5d8ee81c5905ce5['infowindow'] = new google.maps.InfoWindow({content: $lc630b6aa10251e38e5d8ee81c5905ce5});var infowindow = new google.maps.InfoWindow({content: $lc630b6aa10251e38e5d8ee81c5905ce5});google.maps.event.addListener(m_c630b6aa10251e38e5d8ee81c5905ce5, 'click', function() {infowindow.open(map,m_c630b6aa10251e38e5d8ee81c5905ce5);});$marker.push(m_c630b6aa10251e38e5d8ee81c5905ce5);}});}google.maps.event.addDomListener(window, 'load', initialize);