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.4382,-91.0845)};var g_8497a9c4c2c0317ef16e77f919b6091d = new google.maps.Geocoder();g_8497a9c4c2c0317ef16e77f919b6091d.geocode( { 'address': "9489 Airline Hwy # C, Baton Rouge, LA 70815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-regal-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-regal-credit-corporation'), mapOptions);}document.getElementById('18c60bfd').innerHTML += ' | View Map';var $l8497a9c4c2c0317ef16e77f919b6091d = '

Regal Credit Corporation

Address: 9489 Airline Hwy # C, Baton Rouge, LA 70815, USA
Phone: (225) 928-7133
';var m_8497a9c4c2c0317ef16e77f919b6091d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regal Credit Corporation',});m_8497a9c4c2c0317ef16e77f919b6091d['infowindow'] = new google.maps.InfoWindow({content: $l8497a9c4c2c0317ef16e77f919b6091d});var infowindow = new google.maps.InfoWindow({content: $l8497a9c4c2c0317ef16e77f919b6091d});google.maps.event.addListener(m_8497a9c4c2c0317ef16e77f919b6091d, 'click', function() {infowindow.open(map,m_8497a9c4c2c0317ef16e77f919b6091d);});$marker.push(m_8497a9c4c2c0317ef16e77f919b6091d);}});}google.maps.event.addDomListener(window, 'load', initialize);