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.9898,-93.3198)};var g_a97c37ca1941f04c8822733923adb673 = new google.maps.Geocoder();g_a97c37ca1941f04c8822733923adb673.geocode( { 'address': "2416 Red Oak Rd, Coushatta, LA 71019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coushatta-LA-cdsc-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('coushatta-LA-cdsc-credit-union'), mapOptions);}document.getElementById('e3443a52').innerHTML += ' | View Map';var $la97c37ca1941f04c8822733923adb673 = '

CDSC Credit Union

Address: 2416 Red Oak Rd, Coushatta, LA 71019, USA
Phone: (318) 932-5053
';var m_a97c37ca1941f04c8822733923adb673 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CDSC Credit Union',});m_a97c37ca1941f04c8822733923adb673['infowindow'] = new google.maps.InfoWindow({content: $la97c37ca1941f04c8822733923adb673});var infowindow = new google.maps.InfoWindow({content: $la97c37ca1941f04c8822733923adb673});google.maps.event.addListener(m_a97c37ca1941f04c8822733923adb673, 'click', function() {infowindow.open(map,m_a97c37ca1941f04c8822733923adb673);});$marker.push(m_a97c37ca1941f04c8822733923adb673);}});}google.maps.event.addDomListener(window, 'load', initialize);