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.7537,-84.3938)};var g_78a8ffb4bde5f21c692ad0d7f06db92a = new google.maps.Geocoder();g_78a8ffb4bde5f21c692ad0d7f06db92a.geocode( { 'address': "61 Forsyth St SW # 8B70, Atlanta, GA 30303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-excel-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-excel-federal-credit-union'), mapOptions);}document.getElementById('98d7993b').innerHTML += ' | View Map';var $l78a8ffb4bde5f21c692ad0d7f06db92a = '

Excel Federal Credit Union

Address: 61 Forsyth St SW # 8B70, Atlanta, GA 30303, USA
Phone: (770) 441-9235
';var m_78a8ffb4bde5f21c692ad0d7f06db92a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Excel Federal Credit Union',});m_78a8ffb4bde5f21c692ad0d7f06db92a['infowindow'] = new google.maps.InfoWindow({content: $l78a8ffb4bde5f21c692ad0d7f06db92a});var infowindow = new google.maps.InfoWindow({content: $l78a8ffb4bde5f21c692ad0d7f06db92a});google.maps.event.addListener(m_78a8ffb4bde5f21c692ad0d7f06db92a, 'click', function() {infowindow.open(map,m_78a8ffb4bde5f21c692ad0d7f06db92a);});$marker.push(m_78a8ffb4bde5f21c692ad0d7f06db92a);}});}google.maps.event.addDomListener(window, 'load', initialize);