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.9485,-90.069)};var g_9fb7fdbdb53a8d9a932544bb62704f18 = new google.maps.Geocoder();g_9fb7fdbdb53a8d9a932544bb62704f18.geocode( { 'address': "500 Poydras St, New Orleans, LA 70113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-orleans-LA-judicial--justice-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-orleans-LA-judicial--justice-federal-credit-union'), mapOptions);}document.getElementById('43aa5fe3').innerHTML += ' | View Map';var $l9fb7fdbdb53a8d9a932544bb62704f18 = '

Judicial & Justice Federal Credit Union

Address: 500 Poydras St, New Orleans, LA 70113, USA
Phone: (504) 568-1192
';var m_9fb7fdbdb53a8d9a932544bb62704f18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Judicial & Justice Federal Credit Union',});m_9fb7fdbdb53a8d9a932544bb62704f18['infowindow'] = new google.maps.InfoWindow({content: $l9fb7fdbdb53a8d9a932544bb62704f18});var infowindow = new google.maps.InfoWindow({content: $l9fb7fdbdb53a8d9a932544bb62704f18});google.maps.event.addListener(m_9fb7fdbdb53a8d9a932544bb62704f18, 'click', function() {infowindow.open(map,m_9fb7fdbdb53a8d9a932544bb62704f18);});$marker.push(m_9fb7fdbdb53a8d9a932544bb62704f18);}});}google.maps.event.addDomListener(window, 'load', initialize);