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(35.6481,-117.67)};var g_2c5427c04737ff4c985317f27a8013ad = new google.maps.Geocoder();g_2c5427c04737ff4c985317f27a8013ad.geocode( { 'address': "1501 N China Lake Blvd, Ridgecrest, CA 93555, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgecrest-CA-1--stop-market').style.display = '';map = new google.maps.Map(document.getElementById('ridgecrest-CA-1--stop-market'), mapOptions);}document.getElementById('31899c66').innerHTML += ' | View Map';var $l2c5427c04737ff4c985317f27a8013ad = '

1- Stop Market

Address: 1501 N China Lake Blvd, Ridgecrest, CA 93555, USA
Phone: (760) 446-6376
';var m_2c5427c04737ff4c985317f27a8013ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1- Stop Market',});m_2c5427c04737ff4c985317f27a8013ad['infowindow'] = new google.maps.InfoWindow({content: $l2c5427c04737ff4c985317f27a8013ad});var infowindow = new google.maps.InfoWindow({content: $l2c5427c04737ff4c985317f27a8013ad});google.maps.event.addListener(m_2c5427c04737ff4c985317f27a8013ad, 'click', function() {infowindow.open(map,m_2c5427c04737ff4c985317f27a8013ad);});$marker.push(m_2c5427c04737ff4c985317f27a8013ad);}});}google.maps.event.addDomListener(window, 'load', initialize);