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(35.3805,-119.023)};var g_11c40a77a603621629086e441e72657c = new google.maps.Geocoder();g_11c40a77a603621629086e441e72657c.geocode( { 'address': "1800 23rd St A, Bakersfield, CA 93301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-commnunity-loans-of-california').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-commnunity-loans-of-california'), mapOptions);}document.getElementById('692ac9a6').innerHTML += ' | View Map';var $l11c40a77a603621629086e441e72657c = '

Commnunity Loans of California

Address: 1800 23rd St A, Bakersfield, CA 93301, USA
Phone: (661) 328-1192
';var m_11c40a77a603621629086e441e72657c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commnunity Loans of California',});m_11c40a77a603621629086e441e72657c['infowindow'] = new google.maps.InfoWindow({content: $l11c40a77a603621629086e441e72657c});var infowindow = new google.maps.InfoWindow({content: $l11c40a77a603621629086e441e72657c});google.maps.event.addListener(m_11c40a77a603621629086e441e72657c, 'click', function() {infowindow.open(map,m_11c40a77a603621629086e441e72657c);});$marker.push(m_11c40a77a603621629086e441e72657c);}});}google.maps.event.addDomListener(window, 'load', initialize);