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.5788,-118.127)};var g_51f43049d691408f5f2fdf2c57ba21b6 = new google.maps.Geocoder();g_51f43049d691408f5f2fdf2c57ba21b6.geocode( { 'address': "228 E Palmdale Blvd, Palmdale, CA 93550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmdale-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('palmdale-CA-check-n-go'), mapOptions);}document.getElementById('66a08985').innerHTML += ' | View Map';var $l51f43049d691408f5f2fdf2c57ba21b6 = '

Check 'n Go

Address: 228 E Palmdale Blvd, Palmdale, CA 93550, USA
Phone: (661) 265-7480
';var m_51f43049d691408f5f2fdf2c57ba21b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_51f43049d691408f5f2fdf2c57ba21b6['infowindow'] = new google.maps.InfoWindow({content: $l51f43049d691408f5f2fdf2c57ba21b6});var infowindow = new google.maps.InfoWindow({content: $l51f43049d691408f5f2fdf2c57ba21b6});google.maps.event.addListener(m_51f43049d691408f5f2fdf2c57ba21b6, 'click', function() {infowindow.open(map,m_51f43049d691408f5f2fdf2c57ba21b6);});$marker.push(m_51f43049d691408f5f2fdf2c57ba21b6);}});}google.maps.event.addDomListener(window, 'load', initialize);