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.7891,-84.3064)};var g_bb518ae5c8740eca8ad4911b4fb5fcdb = new google.maps.Geocoder();g_bb518ae5c8740eca8ad4911b4fb5fcdb.geocode( { 'address': "1237 Clairmont Rd, Decatur, GA 30030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-GA-emory-alliance-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('decatur-GA-emory-alliance-credit-union'), mapOptions);}document.getElementById('ce5246d4').innerHTML += ' | View Map';var $lbb518ae5c8740eca8ad4911b4fb5fcdb = '

Emory Alliance Credit Union

Address: 1237 Clairmont Rd, Decatur, GA 30030, USA
Phone: (404) 329-6415
';var m_bb518ae5c8740eca8ad4911b4fb5fcdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Emory Alliance Credit Union',});m_bb518ae5c8740eca8ad4911b4fb5fcdb['infowindow'] = new google.maps.InfoWindow({content: $lbb518ae5c8740eca8ad4911b4fb5fcdb});var infowindow = new google.maps.InfoWindow({content: $lbb518ae5c8740eca8ad4911b4fb5fcdb});google.maps.event.addListener(m_bb518ae5c8740eca8ad4911b4fb5fcdb, 'click', function() {infowindow.open(map,m_bb518ae5c8740eca8ad4911b4fb5fcdb);});$marker.push(m_bb518ae5c8740eca8ad4911b4fb5fcdb);}});}google.maps.event.addDomListener(window, 'load', initialize);