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.5583,-121.334)};var g_adae3c0645eb60866389bd5e7154a63c = new google.maps.Geocoder();g_adae3c0645eb60866389bd5e7154a63c.geocode( { 'address': "3539 Bradshaw Rd, Sacramento, CA 95827, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-checkpoint').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-checkpoint'), mapOptions);}document.getElementById('6a1585cb').innerHTML += ' | View Map';var $ladae3c0645eb60866389bd5e7154a63c = '

CheckPoint

Address: 3539 Bradshaw Rd, Sacramento, CA 95827, USA
Phone: (888) 534-1233
';var m_adae3c0645eb60866389bd5e7154a63c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CheckPoint',});m_adae3c0645eb60866389bd5e7154a63c['infowindow'] = new google.maps.InfoWindow({content: $ladae3c0645eb60866389bd5e7154a63c});var infowindow = new google.maps.InfoWindow({content: $ladae3c0645eb60866389bd5e7154a63c});google.maps.event.addListener(m_adae3c0645eb60866389bd5e7154a63c, 'click', function() {infowindow.open(map,m_adae3c0645eb60866389bd5e7154a63c);});$marker.push(m_adae3c0645eb60866389bd5e7154a63c);}});}google.maps.event.addDomListener(window, 'load', initialize);