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(31.2639,-92.4536)};var g_c69f4fb897d003d4cefa5c132607d6c8 = new google.maps.Geocoder();g_c69f4fb897d003d4cefa5c132607d6c8.geocode( { 'address': "3300 S MacArthur Dr, Alexandria, LA 71301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-LA-district-8-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-LA-district-8-federal-cu'), mapOptions);}document.getElementById('e352c3ce').innerHTML += ' | View Map';var $lc69f4fb897d003d4cefa5c132607d6c8 = '

District 8 Federal CU

Address: 3300 S MacArthur Dr, Alexandria, LA 71301, USA
Phone: (318) 484-9817
';var m_c69f4fb897d003d4cefa5c132607d6c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'District 8 Federal CU',});m_c69f4fb897d003d4cefa5c132607d6c8['infowindow'] = new google.maps.InfoWindow({content: $lc69f4fb897d003d4cefa5c132607d6c8});var infowindow = new google.maps.InfoWindow({content: $lc69f4fb897d003d4cefa5c132607d6c8});google.maps.event.addListener(m_c69f4fb897d003d4cefa5c132607d6c8, 'click', function() {infowindow.open(map,m_c69f4fb897d003d4cefa5c132607d6c8);});$marker.push(m_c69f4fb897d003d4cefa5c132607d6c8);}});}google.maps.event.addDomListener(window, 'load', initialize);