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.786,-121.25)};var g_5a68cb47058c98fe6d6e4971aedb0480 = new google.maps.Geocoder();g_5a68cb47058c98fe6d6e4971aedb0480.geocode( { 'address': "3175 Sunset Blvd #103, Rocklin, CA 95677, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rocklin-CA-cali-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('rocklin-CA-cali-mortgage'), mapOptions);}document.getElementById('6eb65f68').innerHTML += ' | View Map';var $l5a68cb47058c98fe6d6e4971aedb0480 = '

Cali Mortgage

Address: 3175 Sunset Blvd #103, Rocklin, CA 95677, USA
Phone: (916) 367-7508
';var m_5a68cb47058c98fe6d6e4971aedb0480 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cali Mortgage',});m_5a68cb47058c98fe6d6e4971aedb0480['infowindow'] = new google.maps.InfoWindow({content: $l5a68cb47058c98fe6d6e4971aedb0480});var infowindow = new google.maps.InfoWindow({content: $l5a68cb47058c98fe6d6e4971aedb0480});google.maps.event.addListener(m_5a68cb47058c98fe6d6e4971aedb0480, 'click', function() {infowindow.open(map,m_5a68cb47058c98fe6d6e4971aedb0480);});$marker.push(m_5a68cb47058c98fe6d6e4971aedb0480);}});}google.maps.event.addDomListener(window, 'load', initialize);