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.4041,-119.11)};var g_0e52dc9105864d26eaf8a53ac48ffbe6 = new google.maps.Geocoder();g_0e52dc9105864d26eaf8a53ac48ffbe6.geocode( { 'address': "4801 Calloway Dr #103, Bakersfield, CA 93312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-local-lenders-group').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-local-lenders-group'), mapOptions);}document.getElementById('df012852').innerHTML += ' | View Map';var $l0e52dc9105864d26eaf8a53ac48ffbe6 = '

Local Lenders Group

Address: 4801 Calloway Dr #103, Bakersfield, CA 93312, USA
Phone: (661) 716-1260
';var m_0e52dc9105864d26eaf8a53ac48ffbe6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Local Lenders Group',});m_0e52dc9105864d26eaf8a53ac48ffbe6['infowindow'] = new google.maps.InfoWindow({content: $l0e52dc9105864d26eaf8a53ac48ffbe6});var infowindow = new google.maps.InfoWindow({content: $l0e52dc9105864d26eaf8a53ac48ffbe6});google.maps.event.addListener(m_0e52dc9105864d26eaf8a53ac48ffbe6, 'click', function() {infowindow.open(map,m_0e52dc9105864d26eaf8a53ac48ffbe6);});$marker.push(m_0e52dc9105864d26eaf8a53ac48ffbe6);}});}google.maps.event.addDomListener(window, 'load', initialize);