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.0808,-90.466)};var g_3ab184da2277dbeae05b0224f8b7d77c = new google.maps.Geocoder();g_3ab184da2277dbeae05b0224f8b7d77c.geocode( { 'address': "3101 US-51, Laplace, LA 70068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laplace-LA-advantage-financial-services---laplace').style.display = '';map = new google.maps.Map(document.getElementById('laplace-LA-advantage-financial-services---laplace'), mapOptions);}document.getElementById('c89fd106').innerHTML += ' | View Map';var $l3ab184da2277dbeae05b0224f8b7d77c = '

Advantage Financial Services - Laplace

Address: 3101 US-51, Laplace, LA 70068, USA
Phone: (985) 653-8786
';var m_3ab184da2277dbeae05b0224f8b7d77c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advantage Financial Services - Laplace',});m_3ab184da2277dbeae05b0224f8b7d77c['infowindow'] = new google.maps.InfoWindow({content: $l3ab184da2277dbeae05b0224f8b7d77c});var infowindow = new google.maps.InfoWindow({content: $l3ab184da2277dbeae05b0224f8b7d77c});google.maps.event.addListener(m_3ab184da2277dbeae05b0224f8b7d77c, 'click', function() {infowindow.open(map,m_3ab184da2277dbeae05b0224f8b7d77c);});$marker.push(m_3ab184da2277dbeae05b0224f8b7d77c);}});}google.maps.event.addDomListener(window, 'load', initialize);