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.3417,-119.101)};var g_44f4313116b7a7c97abb1987e3f84833 = new google.maps.Geocoder();g_44f4313116b7a7c97abb1987e3f84833.geocode( { 'address': "1500 Haggin Oaks Blvd, Bakersfield, CA 93311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-prime-lending').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-prime-lending'), mapOptions);}document.getElementById('0c9430ea').innerHTML += ' | View Map';var $l44f4313116b7a7c97abb1987e3f84833 = '

Prime Lending

Address: 1500 Haggin Oaks Blvd, Bakersfield, CA 93311, USA
Phone: (661) 282-2051
';var m_44f4313116b7a7c97abb1987e3f84833 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prime Lending',});m_44f4313116b7a7c97abb1987e3f84833['infowindow'] = new google.maps.InfoWindow({content: $l44f4313116b7a7c97abb1987e3f84833});var infowindow = new google.maps.InfoWindow({content: $l44f4313116b7a7c97abb1987e3f84833});google.maps.event.addListener(m_44f4313116b7a7c97abb1987e3f84833, 'click', function() {infowindow.open(map,m_44f4313116b7a7c97abb1987e3f84833);});$marker.push(m_44f4313116b7a7c97abb1987e3f84833);}});}google.maps.event.addDomListener(window, 'load', initialize);