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.6743,-118.168)};var g_07ab4e7a07c1b798dc2ca0e77bf1d837 = new google.maps.Geocoder();g_07ab4e7a07c1b798dc2ca0e77bf1d837.geocode( { 'address': "2044 W Ave K, Lancaster, CA 93536, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-CA-check-n-go'), mapOptions);}document.getElementById('5d8b0de4').innerHTML += ' | View Map';var $l07ab4e7a07c1b798dc2ca0e77bf1d837 = '

Check 'n Go

Address: 2044 W Ave K, Lancaster, CA 93536, USA
Phone: (661) 945-9192
';var m_07ab4e7a07c1b798dc2ca0e77bf1d837 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_07ab4e7a07c1b798dc2ca0e77bf1d837['infowindow'] = new google.maps.InfoWindow({content: $l07ab4e7a07c1b798dc2ca0e77bf1d837});var infowindow = new google.maps.InfoWindow({content: $l07ab4e7a07c1b798dc2ca0e77bf1d837});google.maps.event.addListener(m_07ab4e7a07c1b798dc2ca0e77bf1d837, 'click', function() {infowindow.open(map,m_07ab4e7a07c1b798dc2ca0e77bf1d837);});$marker.push(m_07ab4e7a07c1b798dc2ca0e77bf1d837);}});}google.maps.event.addDomListener(window, 'load', initialize);