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(41.7162,-122.64)};var g_395af6444dfab37005c07b8264090296 = new google.maps.Geocoder();g_395af6444dfab37005c07b8264090296.geocode( { 'address': "1299 S Main St #124, Yreka, CA 96097, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yreka-CA-jefferson-state-notary-public---certified-loan-signing-agent').style.display = '';map = new google.maps.Map(document.getElementById('yreka-CA-jefferson-state-notary-public---certified-loan-signing-agent'), mapOptions);}document.getElementById('ff32d12e').innerHTML += ' | View Map';var $l395af6444dfab37005c07b8264090296 = '

Jefferson State Notary Public - Certified Loan Signing Agent

Address: 1299 S Main St #124, Yreka, CA 96097, USA
Phone: (530) 643-1906
';var m_395af6444dfab37005c07b8264090296 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jefferson State Notary Public - Certified Loan Signing Agent',});m_395af6444dfab37005c07b8264090296['infowindow'] = new google.maps.InfoWindow({content: $l395af6444dfab37005c07b8264090296});var infowindow = new google.maps.InfoWindow({content: $l395af6444dfab37005c07b8264090296});google.maps.event.addListener(m_395af6444dfab37005c07b8264090296, 'click', function() {infowindow.open(map,m_395af6444dfab37005c07b8264090296);});$marker.push(m_395af6444dfab37005c07b8264090296);}});}google.maps.event.addDomListener(window, 'load', initialize);