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.4485,-91.1514)};var g_1d09e2ff680db0a8e9287c606655f21b = new google.maps.Geocoder();g_1d09e2ff680db0a8e9287c606655f21b.geocode( { 'address': "3765 North Blvd, Baton Rouge, LA 70806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-capitol-city-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-capitol-city-credit-inc'), mapOptions);}document.getElementById('de7b567a').innerHTML += ' | View Map';var $l1d09e2ff680db0a8e9287c606655f21b = '

Capitol City Credit Inc

Address: 3765 North Blvd, Baton Rouge, LA 70806, USA
Phone: (225) 383-0011
';var m_1d09e2ff680db0a8e9287c606655f21b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capitol City Credit Inc',});m_1d09e2ff680db0a8e9287c606655f21b['infowindow'] = new google.maps.InfoWindow({content: $l1d09e2ff680db0a8e9287c606655f21b});var infowindow = new google.maps.InfoWindow({content: $l1d09e2ff680db0a8e9287c606655f21b});google.maps.event.addListener(m_1d09e2ff680db0a8e9287c606655f21b, 'click', function() {infowindow.open(map,m_1d09e2ff680db0a8e9287c606655f21b);});$marker.push(m_1d09e2ff680db0a8e9287c606655f21b);}});}google.maps.event.addDomListener(window, 'load', initialize);