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.034,-117.687)};var g_f45fe3f64d37932f037761c6bf9a46db = new google.maps.Geocoder();g_f45fe3f64d37932f037761c6bf9a46db.geocode( { 'address': "12083 Central Ave, Chino, CA 91710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chino-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('chino-CA-check-n-go'), mapOptions);}document.getElementById('ff358ddf').innerHTML += ' | View Map';var $lf45fe3f64d37932f037761c6bf9a46db = '

Check 'n Go

Address: 12083 Central Ave, Chino, CA 91710, USA
Phone: (909) 517-3717
';var m_f45fe3f64d37932f037761c6bf9a46db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_f45fe3f64d37932f037761c6bf9a46db['infowindow'] = new google.maps.InfoWindow({content: $lf45fe3f64d37932f037761c6bf9a46db});var infowindow = new google.maps.InfoWindow({content: $lf45fe3f64d37932f037761c6bf9a46db});google.maps.event.addListener(m_f45fe3f64d37932f037761c6bf9a46db, 'click', function() {infowindow.open(map,m_f45fe3f64d37932f037761c6bf9a46db);});$marker.push(m_f45fe3f64d37932f037761c6bf9a46db);}});}google.maps.event.addDomListener(window, 'load', initialize);