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.8992,-93.1141)};var g_6e24595cf88f301b325969f42403cf5b = new google.maps.Geocoder();g_6e24595cf88f301b325969f42403cf5b.geocode( { 'address': "Campti, LA 71411, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('campti-LA-red-river-mill-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('campti-LA-red-river-mill-credit-union'), mapOptions);}document.getElementById('f43e6721').innerHTML += ' | View Map';var $l6e24595cf88f301b325969f42403cf5b = '

Red River Mill Credit Union

Address: Campti, LA 71411, USA
Phone: (318) 476-3403
';var m_6e24595cf88f301b325969f42403cf5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red River Mill Credit Union',});m_6e24595cf88f301b325969f42403cf5b['infowindow'] = new google.maps.InfoWindow({content: $l6e24595cf88f301b325969f42403cf5b});var infowindow = new google.maps.InfoWindow({content: $l6e24595cf88f301b325969f42403cf5b});google.maps.event.addListener(m_6e24595cf88f301b325969f42403cf5b, 'click', function() {infowindow.open(map,m_6e24595cf88f301b325969f42403cf5b);});$marker.push(m_6e24595cf88f301b325969f42403cf5b);}});}google.maps.event.addDomListener(window, 'load', initialize);