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.251,-90.9192)};var g_c47163467e3cb014e8f389e3aadcacb0 = new google.maps.Geocoder();g_c47163467e3cb014e8f389e3aadcacb0.geocode( { 'address': "12388 LA-44, Gonzales, LA 70737, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gonzales-LA-community-acceptance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('gonzales-LA-community-acceptance-corporation'), mapOptions);}document.getElementById('bf33bb5f').innerHTML += ' | View Map';var $lc47163467e3cb014e8f389e3aadcacb0 = '

Community Acceptance Corporation

Address: 12388 LA-44, Gonzales, LA 70737, USA
Phone: (225) 647-2871
';var m_c47163467e3cb014e8f389e3aadcacb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Acceptance Corporation',});m_c47163467e3cb014e8f389e3aadcacb0['infowindow'] = new google.maps.InfoWindow({content: $lc47163467e3cb014e8f389e3aadcacb0});var infowindow = new google.maps.InfoWindow({content: $lc47163467e3cb014e8f389e3aadcacb0});google.maps.event.addListener(m_c47163467e3cb014e8f389e3aadcacb0, 'click', function() {infowindow.open(map,m_c47163467e3cb014e8f389e3aadcacb0);});$marker.push(m_c47163467e3cb014e8f389e3aadcacb0);}});}google.maps.event.addDomListener(window, 'load', initialize);