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.8799,-90.0332)};var g_541e2ab9e3d9b17e243868c2538a7422 = new google.maps.Geocoder();g_541e2ab9e3d9b17e243868c2538a7422.geocode( { 'address': "540 Lapalco Blvd, Gretna, LA 70056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gretna-LA-absolute-mortgage-lending').style.display = '';map = new google.maps.Map(document.getElementById('gretna-LA-absolute-mortgage-lending'), mapOptions);}document.getElementById('76ba521d').innerHTML += ' | View Map';var $l541e2ab9e3d9b17e243868c2538a7422 = '

Absolute Mortgage Lending

Address: 540 Lapalco Blvd, Gretna, LA 70056, USA
Phone: (504) 533-8791
';var m_541e2ab9e3d9b17e243868c2538a7422 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Absolute Mortgage Lending',});m_541e2ab9e3d9b17e243868c2538a7422['infowindow'] = new google.maps.InfoWindow({content: $l541e2ab9e3d9b17e243868c2538a7422});var infowindow = new google.maps.InfoWindow({content: $l541e2ab9e3d9b17e243868c2538a7422});google.maps.event.addListener(m_541e2ab9e3d9b17e243868c2538a7422, 'click', function() {infowindow.open(map,m_541e2ab9e3d9b17e243868c2538a7422);});$marker.push(m_541e2ab9e3d9b17e243868c2538a7422);}});}google.maps.event.addDomListener(window, 'load', initialize);