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.365,-119.057)};var g_a407377075fc442e42b2e6dd6ab1ca2e = new google.maps.Geocoder();g_a407377075fc442e42b2e6dd6ab1ca2e.geocode( { 'address': "4900 California Ave, Bakersfield, CA 93309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-cre-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-cre-credit-services'), mapOptions);}document.getElementById('613bc9c9').innerHTML += ' | View Map';var $la407377075fc442e42b2e6dd6ab1ca2e = '

CRE Credit Services

Address: 4900 California Ave, Bakersfield, CA 93309, USA
Phone: (888) 799-7267
';var m_a407377075fc442e42b2e6dd6ab1ca2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CRE Credit Services',});m_a407377075fc442e42b2e6dd6ab1ca2e['infowindow'] = new google.maps.InfoWindow({content: $la407377075fc442e42b2e6dd6ab1ca2e});var infowindow = new google.maps.InfoWindow({content: $la407377075fc442e42b2e6dd6ab1ca2e});google.maps.event.addListener(m_a407377075fc442e42b2e6dd6ab1ca2e, 'click', function() {infowindow.open(map,m_a407377075fc442e42b2e6dd6ab1ca2e);});$marker.push(m_a407377075fc442e42b2e6dd6ab1ca2e);}});}google.maps.event.addDomListener(window, 'load', initialize);