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.5087,-92.0744)};var g_bb984c3d27d2a94c836f1ca8474356a7 = new google.maps.Geocoder();g_bb984c3d27d2a94c836f1ca8474356a7.geocode( { 'address': "2426 Jake Dr # 2, Opelousas, LA 70570, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('opelousas-LA-assurance-financial-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('opelousas-LA-assurance-financial-group-llc'), mapOptions);}document.getElementById('f5fd464f').innerHTML += ' | View Map';var $lbb984c3d27d2a94c836f1ca8474356a7 = '

Assurance Financial Group LLC

Address: 2426 Jake Dr # 2, Opelousas, LA 70570, USA
Phone: (337) 407-9412
';var m_bb984c3d27d2a94c836f1ca8474356a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Assurance Financial Group LLC',});m_bb984c3d27d2a94c836f1ca8474356a7['infowindow'] = new google.maps.InfoWindow({content: $lbb984c3d27d2a94c836f1ca8474356a7});var infowindow = new google.maps.InfoWindow({content: $lbb984c3d27d2a94c836f1ca8474356a7});google.maps.event.addListener(m_bb984c3d27d2a94c836f1ca8474356a7, 'click', function() {infowindow.open(map,m_bb984c3d27d2a94c836f1ca8474356a7);});$marker.push(m_bb984c3d27d2a94c836f1ca8474356a7);}});}google.maps.event.addDomListener(window, 'load', initialize);