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.5945,-90.713)};var g_a28ff79ddfd10d25d95a5ff312885d2f = new google.maps.Geocoder();g_a28ff79ddfd10d25d95a5ff312885d2f.geocode( { 'address': "1011 Verret St, Houma, LA 70360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houma-LA-assurance-financial').style.display = '';map = new google.maps.Map(document.getElementById('houma-LA-assurance-financial'), mapOptions);}document.getElementById('82531b62').innerHTML += ' | View Map';var $la28ff79ddfd10d25d95a5ff312885d2f = '

Assurance Financial

Address: 1011 Verret St, Houma, LA 70360, USA
Phone: (985) 868-7554
';var m_a28ff79ddfd10d25d95a5ff312885d2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Assurance Financial',});m_a28ff79ddfd10d25d95a5ff312885d2f['infowindow'] = new google.maps.InfoWindow({content: $la28ff79ddfd10d25d95a5ff312885d2f});var infowindow = new google.maps.InfoWindow({content: $la28ff79ddfd10d25d95a5ff312885d2f});google.maps.event.addListener(m_a28ff79ddfd10d25d95a5ff312885d2f, 'click', function() {infowindow.open(map,m_a28ff79ddfd10d25d95a5ff312885d2f);});$marker.push(m_a28ff79ddfd10d25d95a5ff312885d2f);}});}google.maps.event.addDomListener(window, 'load', initialize);