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.9358,-90.1344)};var g_3ac02e47bc452869429c3c39989a073b = new google.maps.Geocoder();g_3ac02e47bc452869429c3c39989a073b.geocode( { 'address': "7400 Leake Ave, New Orleans, LA 70118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-orleans-LA-first-castle-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-orleans-LA-first-castle-federal-credit-union'), mapOptions);}document.getElementById('083cbed4').innerHTML += ' | View Map';var $l3ac02e47bc452869429c3c39989a073b = '

First Castle Federal Credit Union

Address: 7400 Leake Ave, New Orleans, LA 70118, USA
Phone: (504) 862-2561
';var m_3ac02e47bc452869429c3c39989a073b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Castle Federal Credit Union',});m_3ac02e47bc452869429c3c39989a073b['infowindow'] = new google.maps.InfoWindow({content: $l3ac02e47bc452869429c3c39989a073b});var infowindow = new google.maps.InfoWindow({content: $l3ac02e47bc452869429c3c39989a073b});google.maps.event.addListener(m_3ac02e47bc452869429c3c39989a073b, 'click', function() {infowindow.open(map,m_3ac02e47bc452869429c3c39989a073b);});$marker.push(m_3ac02e47bc452869429c3c39989a073b);}});}google.maps.event.addDomListener(window, 'load', initialize);