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.956,-90.0792)};var g_76f1a15411747188e02232284cc68594 = new google.maps.Geocoder();g_76f1a15411747188e02232284cc68594.geocode( { 'address': "720 Harrison Ave, New Orleans, LA 70124"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-orleans-LA-eureka-homestead-loan-office').style.display = '';map = new google.maps.Map(document.getElementById('new-orleans-LA-eureka-homestead-loan-office'), mapOptions);}document.getElementById('fd1c2b9c').innerHTML += ' | View Map';var $l76f1a15411747188e02232284cc68594 = '

Eureka Homestead Loan Office

Address: 720 Harrison Ave, New Orleans, LA 70124
Phone: (504) 837-0550
';var m_76f1a15411747188e02232284cc68594 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eureka Homestead Loan Office',});m_76f1a15411747188e02232284cc68594['infowindow'] = new google.maps.InfoWindow({content: $l76f1a15411747188e02232284cc68594});var infowindow = new google.maps.InfoWindow({content: $l76f1a15411747188e02232284cc68594});google.maps.event.addListener(m_76f1a15411747188e02232284cc68594, 'click', function() {infowindow.open(map,m_76f1a15411747188e02232284cc68594);});$marker.push(m_76f1a15411747188e02232284cc68594);}});}google.maps.event.addDomListener(window, 'load', initialize);