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.3892,-91.0959)};var g_f2dcb89794de7bc52c1f2be54a752149 = new google.maps.Geocoder();g_f2dcb89794de7bc52c1f2be54a752149.geocode( { 'address': "8550 Anselmo Ln, Baton Rouge, LA 70810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-losey-ins-and-financial-svc').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-losey-ins-and-financial-svc'), mapOptions);}document.getElementById('f8565156').innerHTML += ' | View Map';var $lf2dcb89794de7bc52c1f2be54a752149 = '

Losey Ins and Financial Svc

Address: 8550 Anselmo Ln, Baton Rouge, LA 70810, USA
Phone: (225) 767-6745
';var m_f2dcb89794de7bc52c1f2be54a752149 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Losey Ins and Financial Svc',});m_f2dcb89794de7bc52c1f2be54a752149['infowindow'] = new google.maps.InfoWindow({content: $lf2dcb89794de7bc52c1f2be54a752149});var infowindow = new google.maps.InfoWindow({content: $lf2dcb89794de7bc52c1f2be54a752149});google.maps.event.addListener(m_f2dcb89794de7bc52c1f2be54a752149, 'click', function() {infowindow.open(map,m_f2dcb89794de7bc52c1f2be54a752149);});$marker.push(m_f2dcb89794de7bc52c1f2be54a752149);}});}google.maps.event.addDomListener(window, 'load', initialize);