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.812,-121.29)};var g_4c80432e8086bce77286199617aadcbb = new google.maps.Geocoder();g_4c80432e8086bce77286199617aadcbb.geocode( { 'address': "5701 Lonetree Blvd #217, Rocklin, CA 95765, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rocklin-CA-gold-star-mortgage-financial').style.display = '';map = new google.maps.Map(document.getElementById('rocklin-CA-gold-star-mortgage-financial'), mapOptions);}document.getElementById('9e75a671').innerHTML += ' | View Map';var $l4c80432e8086bce77286199617aadcbb = '

Gold Star Mortgage Financial

Address: 5701 Lonetree Blvd #217, Rocklin, CA 95765, USA
Phone: (408) 828-0575
';var m_4c80432e8086bce77286199617aadcbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Star Mortgage Financial',});m_4c80432e8086bce77286199617aadcbb['infowindow'] = new google.maps.InfoWindow({content: $l4c80432e8086bce77286199617aadcbb});var infowindow = new google.maps.InfoWindow({content: $l4c80432e8086bce77286199617aadcbb});google.maps.event.addListener(m_4c80432e8086bce77286199617aadcbb, 'click', function() {infowindow.open(map,m_4c80432e8086bce77286199617aadcbb);});$marker.push(m_4c80432e8086bce77286199617aadcbb);}});}google.maps.event.addDomListener(window, 'load', initialize);