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.9336,-90.0327)};var g_943342f2c2fcf6a86ea87e55a141b8a7 = new google.maps.Geocoder();g_943342f2c2fcf6a86ea87e55a141b8a7.geocode( { 'address': "New Orleans, LA 70114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-orleans-LA-urban-housing-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('new-orleans-LA-urban-housing-mortgage'), mapOptions);}document.getElementById('ab2c85c0').innerHTML += ' | View Map';var $l943342f2c2fcf6a86ea87e55a141b8a7 = '

Urban Housing Mortgage

Address: New Orleans, LA 70114, USA
Phone: (504) 368-1054
';var m_943342f2c2fcf6a86ea87e55a141b8a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Urban Housing Mortgage',});m_943342f2c2fcf6a86ea87e55a141b8a7['infowindow'] = new google.maps.InfoWindow({content: $l943342f2c2fcf6a86ea87e55a141b8a7});var infowindow = new google.maps.InfoWindow({content: $l943342f2c2fcf6a86ea87e55a141b8a7});google.maps.event.addListener(m_943342f2c2fcf6a86ea87e55a141b8a7, 'click', function() {infowindow.open(map,m_943342f2c2fcf6a86ea87e55a141b8a7);});$marker.push(m_943342f2c2fcf6a86ea87e55a141b8a7);}});}google.maps.event.addDomListener(window, 'load', initialize);