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(34.6489,-120.459)};var g_dfd31d6afb2c290d77300ccfea5fe766 = new google.maps.Geocoder();g_dfd31d6afb2c290d77300ccfea5fe766.geocode( { 'address': "703 North H Street, Unit 57-10, Lompoc, CA 93436, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lompoc-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('lompoc-CA-check-n-go'), mapOptions);}document.getElementById('c6651636').innerHTML += ' | View Map';var $ldfd31d6afb2c290d77300ccfea5fe766 = '

Check 'n Go

Address: 703 North H Street, Unit 57-10, Lompoc, CA 93436, USA
Phone: (805) 735-6735
';var m_dfd31d6afb2c290d77300ccfea5fe766 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_dfd31d6afb2c290d77300ccfea5fe766['infowindow'] = new google.maps.InfoWindow({content: $ldfd31d6afb2c290d77300ccfea5fe766});var infowindow = new google.maps.InfoWindow({content: $ldfd31d6afb2c290d77300ccfea5fe766});google.maps.event.addListener(m_dfd31d6afb2c290d77300ccfea5fe766, 'click', function() {infowindow.open(map,m_dfd31d6afb2c290d77300ccfea5fe766);});$marker.push(m_dfd31d6afb2c290d77300ccfea5fe766);}});}google.maps.event.addDomListener(window, 'load', initialize);