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.8133,-121.292)};var g_5f389d82244223a438b51bc21bc57617 = new google.maps.Geocoder();g_5f389d82244223a438b51bc21bc57617.geocode( { 'address': "5742 Lonetree Blvd, Rocklin, CA 95765, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rocklin-CA-notaries-express---by-appointment-only').style.display = '';map = new google.maps.Map(document.getElementById('rocklin-CA-notaries-express---by-appointment-only'), mapOptions);}document.getElementById('3c28916b').innerHTML += ' | View Map';var $l5f389d82244223a438b51bc21bc57617 = '

Notaries Express - By Appointment only

Address: 5742 Lonetree Blvd, Rocklin, CA 95765, USA
Phone: (916) 243-4010
';var m_5f389d82244223a438b51bc21bc57617 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Notaries Express - By Appointment only',});m_5f389d82244223a438b51bc21bc57617['infowindow'] = new google.maps.InfoWindow({content: $l5f389d82244223a438b51bc21bc57617});var infowindow = new google.maps.InfoWindow({content: $l5f389d82244223a438b51bc21bc57617});google.maps.event.addListener(m_5f389d82244223a438b51bc21bc57617, 'click', function() {infowindow.open(map,m_5f389d82244223a438b51bc21bc57617);});$marker.push(m_5f389d82244223a438b51bc21bc57617);}});}google.maps.event.addDomListener(window, 'load', initialize);