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.9008,-90.3873)};var g_eb653e563a5e6c6cc449b2544ad15a08 = new google.maps.Geocoder();g_eb653e563a5e6c6cc449b2544ad15a08.geocode( { 'address': "13491 US-90 #1a, Boutte, LA 70039, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boutte-LA-dave-millet-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('boutte-LA-dave-millet-insurance-agency'), mapOptions);}document.getElementById('97b32e8e').innerHTML += ' | View Map';var $leb653e563a5e6c6cc449b2544ad15a08 = '

Dave Millet Insurance Agency

Address: 13491 US-90 #1a, Boutte, LA 70039, USA
Phone: (985) 331-9077
';var m_eb653e563a5e6c6cc449b2544ad15a08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dave Millet Insurance Agency',});m_eb653e563a5e6c6cc449b2544ad15a08['infowindow'] = new google.maps.InfoWindow({content: $leb653e563a5e6c6cc449b2544ad15a08});var infowindow = new google.maps.InfoWindow({content: $leb653e563a5e6c6cc449b2544ad15a08});google.maps.event.addListener(m_eb653e563a5e6c6cc449b2544ad15a08, 'click', function() {infowindow.open(map,m_eb653e563a5e6c6cc449b2544ad15a08);});$marker.push(m_eb653e563a5e6c6cc449b2544ad15a08);}});}google.maps.event.addDomListener(window, 'load', initialize);