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(29.9371,-90.0615)};var g_3dbd2a298a4b60c5b3e5983f45135cf1 = new google.maps.Geocoder();g_3dbd2a298a4b60c5b3e5983f45135cf1.geocode( { 'address': "1350 Port of New Orleans Pl, New Orleans, LA 70130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-orleans-LA-new-orleans-port-commission-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-orleans-LA-new-orleans-port-commission-employees-credit-union'), mapOptions);}document.getElementById('4f045c09').innerHTML += ' | View Map';var $l3dbd2a298a4b60c5b3e5983f45135cf1 = '

New Orleans Port Commission Employees Credit Union

Address: 1350 Port of New Orleans Pl, New Orleans, LA 70130, USA
Phone: (504) 528-3279
';var m_3dbd2a298a4b60c5b3e5983f45135cf1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Orleans Port Commission Employees Credit Union',});m_3dbd2a298a4b60c5b3e5983f45135cf1['infowindow'] = new google.maps.InfoWindow({content: $l3dbd2a298a4b60c5b3e5983f45135cf1});var infowindow = new google.maps.InfoWindow({content: $l3dbd2a298a4b60c5b3e5983f45135cf1});google.maps.event.addListener(m_3dbd2a298a4b60c5b3e5983f45135cf1, 'click', function() {infowindow.open(map,m_3dbd2a298a4b60c5b3e5983f45135cf1);});$marker.push(m_3dbd2a298a4b60c5b3e5983f45135cf1);}});}google.maps.event.addDomListener(window, 'load', initialize);