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(30.2795,-91.2384)};var g_060f31652cdb061a8e40a99c31190d6a = new google.maps.Geocoder();g_060f31652cdb061a8e40a99c31190d6a.geocode( { 'address': "21925 Highway 1, Plaquemine, LA 70764"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plaquemine-LA-dow-louisiana-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('plaquemine-LA-dow-louisiana-federal-credit-union'), mapOptions);}document.getElementById('7f85b587').innerHTML += ' | View Map';var $l060f31652cdb061a8e40a99c31190d6a = '

Dow Louisiana Federal Credit Union

Address: 21925 Highway 1, Plaquemine, LA 70764
Phone: (225) 685-0114
';var m_060f31652cdb061a8e40a99c31190d6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dow Louisiana Federal Credit Union',});m_060f31652cdb061a8e40a99c31190d6a['infowindow'] = new google.maps.InfoWindow({content: $l060f31652cdb061a8e40a99c31190d6a});var infowindow = new google.maps.InfoWindow({content: $l060f31652cdb061a8e40a99c31190d6a});google.maps.event.addListener(m_060f31652cdb061a8e40a99c31190d6a, 'click', function() {infowindow.open(map,m_060f31652cdb061a8e40a99c31190d6a);});$marker.push(m_060f31652cdb061a8e40a99c31190d6a);}});}google.maps.event.addDomListener(window, 'load', initialize);