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(38.8123,-121.291)};var g_afd01a6ed30df5d8ff3afe66079c569a = new google.maps.Geocoder();g_afd01a6ed30df5d8ff3afe66079c569a.geocode( { 'address': "5701 Lonetree Blvd #306, Rocklin, CA 95765, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rocklin-CA-california-loan-associates').style.display = '';map = new google.maps.Map(document.getElementById('rocklin-CA-california-loan-associates'), mapOptions);}document.getElementById('32347171').innerHTML += ' | View Map';var $lafd01a6ed30df5d8ff3afe66079c569a = '

California Loan Associates

Address: 5701 Lonetree Blvd #306, Rocklin, CA 95765, USA
Phone: (916) 626-6840
';var m_afd01a6ed30df5d8ff3afe66079c569a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Loan Associates',});m_afd01a6ed30df5d8ff3afe66079c569a['infowindow'] = new google.maps.InfoWindow({content: $lafd01a6ed30df5d8ff3afe66079c569a});var infowindow = new google.maps.InfoWindow({content: $lafd01a6ed30df5d8ff3afe66079c569a});google.maps.event.addListener(m_afd01a6ed30df5d8ff3afe66079c569a, 'click', function() {infowindow.open(map,m_afd01a6ed30df5d8ff3afe66079c569a);});$marker.push(m_afd01a6ed30df5d8ff3afe66079c569a);}});}google.maps.event.addDomListener(window, 'load', initialize);