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.3612,-119.061)};var g_ff82760556078bfe6545331882f8b892 = new google.maps.Geocoder();g_ff82760556078bfe6545331882f8b892.geocode( { 'address': "5100 California Ave # 122, Bakersfield, CA 93309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-valley-mortgage-invesments-llc').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-valley-mortgage-invesments-llc'), mapOptions);}document.getElementById('26acca77').innerHTML += ' | View Map';var $lff82760556078bfe6545331882f8b892 = '

Valley Mortgage Invesments LLC

Address: 5100 California Ave # 122, Bakersfield, CA 93309, USA
Phone: (661) 633-1600
';var m_ff82760556078bfe6545331882f8b892 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Mortgage Invesments LLC',});m_ff82760556078bfe6545331882f8b892['infowindow'] = new google.maps.InfoWindow({content: $lff82760556078bfe6545331882f8b892});var infowindow = new google.maps.InfoWindow({content: $lff82760556078bfe6545331882f8b892});google.maps.event.addListener(m_ff82760556078bfe6545331882f8b892, 'click', function() {infowindow.open(map,m_ff82760556078bfe6545331882f8b892);});$marker.push(m_ff82760556078bfe6545331882f8b892);}});}google.maps.event.addDomListener(window, 'load', initialize);