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(32.5805,-85.4889)};var g_02a8fa4b561b43297282cea468069d15 = new google.maps.Geocoder();g_02a8fa4b561b43297282cea468069d15.geocode( { 'address': "1290 S Donahue Dr, Auburn, AL 36832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-AL-auburn-university-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('auburn-AL-auburn-university-federal-credit-union'), mapOptions);}document.getElementById('b855eeab').innerHTML += ' | View Map';var $l02a8fa4b561b43297282cea468069d15 = '

Auburn University Federal Credit Union

Address: 1290 S Donahue Dr, Auburn, AL 36832, USA
Phone: (334) 844-4120
';var m_02a8fa4b561b43297282cea468069d15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auburn University Federal Credit Union',});m_02a8fa4b561b43297282cea468069d15['infowindow'] = new google.maps.InfoWindow({content: $l02a8fa4b561b43297282cea468069d15});var infowindow = new google.maps.InfoWindow({content: $l02a8fa4b561b43297282cea468069d15});google.maps.event.addListener(m_02a8fa4b561b43297282cea468069d15, 'click', function() {infowindow.open(map,m_02a8fa4b561b43297282cea468069d15);});$marker.push(m_02a8fa4b561b43297282cea468069d15);}});}google.maps.event.addDomListener(window, 'load', initialize);