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.6768,-121.264)};var g_292b424e4dc9f3caa7150167c9928b23 = new google.maps.Geocoder();g_292b424e4dc9f3caa7150167c9928b23.geocode( { 'address': "6060 Sunrise Vista Dr #3300, Citrus Heights, CA 95610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('citrus-heights-CA-sierra-view-financial-corp').style.display = '';map = new google.maps.Map(document.getElementById('citrus-heights-CA-sierra-view-financial-corp'), mapOptions);}document.getElementById('c237f193').innerHTML += ' | View Map';var $l292b424e4dc9f3caa7150167c9928b23 = '

Sierra View Financial Corp.

Address: 6060 Sunrise Vista Dr #3300, Citrus Heights, CA 95610, USA
Phone: (916) 989-6222
';var m_292b424e4dc9f3caa7150167c9928b23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sierra View Financial Corp.',});m_292b424e4dc9f3caa7150167c9928b23['infowindow'] = new google.maps.InfoWindow({content: $l292b424e4dc9f3caa7150167c9928b23});var infowindow = new google.maps.InfoWindow({content: $l292b424e4dc9f3caa7150167c9928b23});google.maps.event.addListener(m_292b424e4dc9f3caa7150167c9928b23, 'click', function() {infowindow.open(map,m_292b424e4dc9f3caa7150167c9928b23);});$marker.push(m_292b424e4dc9f3caa7150167c9928b23);}});}google.maps.event.addDomListener(window, 'load', initialize);