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.4509,-91.1492)};var g_b17644bd984be6ab5f233719b3a74f93 = new google.maps.Geocoder();g_b17644bd984be6ab5f233719b3a74f93.geocode( { 'address': "4025 Florida Blvd, Baton Rouge, LA 70806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-louisiana-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-louisiana-loan-center'), mapOptions);}document.getElementById('7f78d329').innerHTML += ' | View Map';var $lb17644bd984be6ab5f233719b3a74f93 = '

Louisiana Loan Center

Address: 4025 Florida Blvd, Baton Rouge, LA 70806, USA
Phone: (225) 343-9393
';var m_b17644bd984be6ab5f233719b3a74f93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Louisiana Loan Center',});m_b17644bd984be6ab5f233719b3a74f93['infowindow'] = new google.maps.InfoWindow({content: $lb17644bd984be6ab5f233719b3a74f93});var infowindow = new google.maps.InfoWindow({content: $lb17644bd984be6ab5f233719b3a74f93});google.maps.event.addListener(m_b17644bd984be6ab5f233719b3a74f93, 'click', function() {infowindow.open(map,m_b17644bd984be6ab5f233719b3a74f93);});$marker.push(m_b17644bd984be6ab5f233719b3a74f93);}});}google.maps.event.addDomListener(window, 'load', initialize);