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.6567,-121.522)};var g_13fc457bd85068a0cb6014d2bbd60290 = new google.maps.Geocoder();g_13fc457bd85068a0cb6014d2bbd60290.geocode( { 'address': "2701 Del Paso Rd # 130, Sacramento, CA 95835, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-us-certified-signers').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-us-certified-signers'), mapOptions);}document.getElementById('65182108').innerHTML += ' | View Map';var $l13fc457bd85068a0cb6014d2bbd60290 = '

US Certified Signers

Address: 2701 Del Paso Rd # 130, Sacramento, CA 95835, USA
Phone: (916) 719-6044
';var m_13fc457bd85068a0cb6014d2bbd60290 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Certified Signers',});m_13fc457bd85068a0cb6014d2bbd60290['infowindow'] = new google.maps.InfoWindow({content: $l13fc457bd85068a0cb6014d2bbd60290});var infowindow = new google.maps.InfoWindow({content: $l13fc457bd85068a0cb6014d2bbd60290});google.maps.event.addListener(m_13fc457bd85068a0cb6014d2bbd60290, 'click', function() {infowindow.open(map,m_13fc457bd85068a0cb6014d2bbd60290);});$marker.push(m_13fc457bd85068a0cb6014d2bbd60290);}});}google.maps.event.addDomListener(window, 'load', initialize);