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.4054,-91.0819)};var g_84b0c32e5a2858ed617eb3afea08e9ac = new google.maps.Geocoder();g_84b0c32e5a2858ed617eb3afea08e9ac.geocode( { 'address': "4884 Bluebonnet Blvd, Baton Rouge, LA 70809, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-assurance-financial').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-assurance-financial'), mapOptions);}document.getElementById('24f8ce6e').innerHTML += ' | View Map';var $l84b0c32e5a2858ed617eb3afea08e9ac = '

Assurance Financial

Address: 4884 Bluebonnet Blvd, Baton Rouge, LA 70809, USA
Phone: (225) 218-9746
';var m_84b0c32e5a2858ed617eb3afea08e9ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Assurance Financial',});m_84b0c32e5a2858ed617eb3afea08e9ac['infowindow'] = new google.maps.InfoWindow({content: $l84b0c32e5a2858ed617eb3afea08e9ac});var infowindow = new google.maps.InfoWindow({content: $l84b0c32e5a2858ed617eb3afea08e9ac});google.maps.event.addListener(m_84b0c32e5a2858ed617eb3afea08e9ac, 'click', function() {infowindow.open(map,m_84b0c32e5a2858ed617eb3afea08e9ac);});$marker.push(m_84b0c32e5a2858ed617eb3afea08e9ac);}});}google.maps.event.addDomListener(window, 'load', initialize);