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(33.9844,-117.714)};var g_4f009e4a82bc69a494733b4156cca80f = new google.maps.Geocoder();g_4f009e4a82bc69a494733b4156cca80f.geocode( { 'address': "4200 Chino Hills Pkwy #855, Chino Hills, CA 91709, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chino-hills-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('chino-hills-CA-check-n-go'), mapOptions);}document.getElementById('4838d4ce').innerHTML += ' | View Map';var $l4f009e4a82bc69a494733b4156cca80f = '

Check 'n Go

Address: 4200 Chino Hills Pkwy #855, Chino Hills, CA 91709, USA
Phone: (909) 606-3400
';var m_4f009e4a82bc69a494733b4156cca80f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_4f009e4a82bc69a494733b4156cca80f['infowindow'] = new google.maps.InfoWindow({content: $l4f009e4a82bc69a494733b4156cca80f});var infowindow = new google.maps.InfoWindow({content: $l4f009e4a82bc69a494733b4156cca80f});google.maps.event.addListener(m_4f009e4a82bc69a494733b4156cca80f, 'click', function() {infowindow.open(map,m_4f009e4a82bc69a494733b4156cca80f);});$marker.push(m_4f009e4a82bc69a494733b4156cca80f);}});}google.maps.event.addDomListener(window, 'load', initialize);