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.1051,-117.431)};var g_d7c18718502a444a1a88227b0915de84 = new google.maps.Geocoder();g_d7c18718502a444a1a88227b0915de84.geocode( { 'address': "17151 E Foothill Blvd h, Fontana, CA 92335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fontana-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('fontana-CA-check-n-go'), mapOptions);}document.getElementById('c2d8da51').innerHTML += ' | View Map';var $ld7c18718502a444a1a88227b0915de84 = '

Check 'n Go

Address: 17151 E Foothill Blvd h, Fontana, CA 92335, USA
Phone: (909) 428-5900
';var m_d7c18718502a444a1a88227b0915de84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_d7c18718502a444a1a88227b0915de84['infowindow'] = new google.maps.InfoWindow({content: $ld7c18718502a444a1a88227b0915de84});var infowindow = new google.maps.InfoWindow({content: $ld7c18718502a444a1a88227b0915de84});google.maps.event.addListener(m_d7c18718502a444a1a88227b0915de84, 'click', function() {infowindow.open(map,m_d7c18718502a444a1a88227b0915de84);});$marker.push(m_d7c18718502a444a1a88227b0915de84);}});}google.maps.event.addDomListener(window, 'load', initialize);