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.4502,-91.1461)};var g_a8b27ec4c71984d06c7ee5d3cfca12bf = new google.maps.Geocoder();g_a8b27ec4c71984d06c7ee5d3cfca12bf.geocode( { 'address': "4220 Florida St # A, Baton Rouge, LA 70806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-louisiana-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-louisiana-credit-inc'), mapOptions);}document.getElementById('32b4a31a').innerHTML += ' | View Map';var $la8b27ec4c71984d06c7ee5d3cfca12bf = '

Louisiana Credit Inc

Address: 4220 Florida St # A, Baton Rouge, LA 70806, USA
Phone: (225) 923-2262
';var m_a8b27ec4c71984d06c7ee5d3cfca12bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Louisiana Credit Inc',});m_a8b27ec4c71984d06c7ee5d3cfca12bf['infowindow'] = new google.maps.InfoWindow({content: $la8b27ec4c71984d06c7ee5d3cfca12bf});var infowindow = new google.maps.InfoWindow({content: $la8b27ec4c71984d06c7ee5d3cfca12bf});google.maps.event.addListener(m_a8b27ec4c71984d06c7ee5d3cfca12bf, 'click', function() {infowindow.open(map,m_a8b27ec4c71984d06c7ee5d3cfca12bf);});$marker.push(m_a8b27ec4c71984d06c7ee5d3cfca12bf);}});}google.maps.event.addDomListener(window, 'load', initialize);