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(30.0895,-90.5032)};var g_67abf0d373fc4749eaf77e4db1184ac8 = new google.maps.Geocoder();g_67abf0d373fc4749eaf77e4db1184ac8.geocode( { 'address': "568 Belle Terre Blvd, Laplace, LA 70068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laplace-LA-power-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('laplace-LA-power-mortgage'), mapOptions);}document.getElementById('95c72b55').innerHTML += ' | View Map';var $l67abf0d373fc4749eaf77e4db1184ac8 = '

Power Mortgage

Address: 568 Belle Terre Blvd, Laplace, LA 70068, USA
Phone: (985) 653-7900
';var m_67abf0d373fc4749eaf77e4db1184ac8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Power Mortgage',});m_67abf0d373fc4749eaf77e4db1184ac8['infowindow'] = new google.maps.InfoWindow({content: $l67abf0d373fc4749eaf77e4db1184ac8});var infowindow = new google.maps.InfoWindow({content: $l67abf0d373fc4749eaf77e4db1184ac8});google.maps.event.addListener(m_67abf0d373fc4749eaf77e4db1184ac8, 'click', function() {infowindow.open(map,m_67abf0d373fc4749eaf77e4db1184ac8);});$marker.push(m_67abf0d373fc4749eaf77e4db1184ac8);}});}google.maps.event.addDomListener(window, 'load', initialize);