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.7905,-90.8218)};var g_c0da153a42f724454914583e91772bc7 = new google.maps.Geocoder();g_c0da153a42f724454914583e91772bc7.geocode( { 'address': "1054 Canal Blvd # 6, Thibodaux, LA 70301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thibodaux-LA-assurance-financial').style.display = '';map = new google.maps.Map(document.getElementById('thibodaux-LA-assurance-financial'), mapOptions);}document.getElementById('40eebb4c').innerHTML += ' | View Map';var $lc0da153a42f724454914583e91772bc7 = '

Assurance Financial

Address: 1054 Canal Blvd # 6, Thibodaux, LA 70301, USA
Phone: (985) 446-7655
';var m_c0da153a42f724454914583e91772bc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Assurance Financial',});m_c0da153a42f724454914583e91772bc7['infowindow'] = new google.maps.InfoWindow({content: $lc0da153a42f724454914583e91772bc7});var infowindow = new google.maps.InfoWindow({content: $lc0da153a42f724454914583e91772bc7});google.maps.event.addListener(m_c0da153a42f724454914583e91772bc7, 'click', function() {infowindow.open(map,m_c0da153a42f724454914583e91772bc7);});$marker.push(m_c0da153a42f724454914583e91772bc7);}});}google.maps.event.addDomListener(window, 'load', initialize);