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.951,-90.0718)};var g_6811a6535ab9bb8f3c79f357e96e4145 = new google.maps.Geocoder();g_6811a6535ab9bb8f3c79f357e96e4145.geocode( { 'address': "353 Carondelet St, New Orleans, LA 70130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-orleans-LA-union-savings--loan-association').style.display = '';map = new google.maps.Map(document.getElementById('new-orleans-LA-union-savings--loan-association'), mapOptions);}document.getElementById('de4e7b03').innerHTML += ' | View Map';var $l6811a6535ab9bb8f3c79f357e96e4145 = '

Union Savings & Loan Association

Address: 353 Carondelet St, New Orleans, LA 70130, USA
Phone: (504) 522-5581
';var m_6811a6535ab9bb8f3c79f357e96e4145 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Savings & Loan Association',});m_6811a6535ab9bb8f3c79f357e96e4145['infowindow'] = new google.maps.InfoWindow({content: $l6811a6535ab9bb8f3c79f357e96e4145});var infowindow = new google.maps.InfoWindow({content: $l6811a6535ab9bb8f3c79f357e96e4145});google.maps.event.addListener(m_6811a6535ab9bb8f3c79f357e96e4145, 'click', function() {infowindow.open(map,m_6811a6535ab9bb8f3c79f357e96e4145);});$marker.push(m_6811a6535ab9bb8f3c79f357e96e4145);}});}google.maps.event.addDomListener(window, 'load', initialize);