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(39.3284,-120.186)};var g_92c0582afa13062e3257b8c3e4c1f85a = new google.maps.Geocoder();g_92c0582afa13062e3257b8c3e4c1f85a.geocode( { 'address': "10098 Jibboom St # 201, Truckee, CA 96161, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('truckee-CA-sierra-mountain-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('truckee-CA-sierra-mountain-mortgage-inc'), mapOptions);}document.getElementById('98337afe').innerHTML += ' | View Map';var $l92c0582afa13062e3257b8c3e4c1f85a = '

Sierra Mountain Mortgage Inc

Address: 10098 Jibboom St # 201, Truckee, CA 96161, USA
Phone: (530) 587-3277
';var m_92c0582afa13062e3257b8c3e4c1f85a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sierra Mountain Mortgage Inc',});m_92c0582afa13062e3257b8c3e4c1f85a['infowindow'] = new google.maps.InfoWindow({content: $l92c0582afa13062e3257b8c3e4c1f85a});var infowindow = new google.maps.InfoWindow({content: $l92c0582afa13062e3257b8c3e4c1f85a});google.maps.event.addListener(m_92c0582afa13062e3257b8c3e4c1f85a, 'click', function() {infowindow.open(map,m_92c0582afa13062e3257b8c3e4c1f85a);});$marker.push(m_92c0582afa13062e3257b8c3e4c1f85a);}});}google.maps.event.addDomListener(window, 'load', initialize);