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.1075,-117.646)};var g_2ba8824accd2cc99665a004422352fbe = new google.maps.Geocoder();g_2ba8824accd2cc99665a004422352fbe.geocode( { 'address': "373 E Foothill Blvd Suite C, Upland, CA 91786, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('upland-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('upland-CA-check-n-go'), mapOptions);}document.getElementById('272ec434').innerHTML += ' | View Map';var $l2ba8824accd2cc99665a004422352fbe = '

Check 'n Go

Address: 373 E Foothill Blvd Suite C, Upland, CA 91786, USA
Phone: (909) 946-2622
';var m_2ba8824accd2cc99665a004422352fbe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_2ba8824accd2cc99665a004422352fbe['infowindow'] = new google.maps.InfoWindow({content: $l2ba8824accd2cc99665a004422352fbe});var infowindow = new google.maps.InfoWindow({content: $l2ba8824accd2cc99665a004422352fbe});google.maps.event.addListener(m_2ba8824accd2cc99665a004422352fbe, 'click', function() {infowindow.open(map,m_2ba8824accd2cc99665a004422352fbe);});$marker.push(m_2ba8824accd2cc99665a004422352fbe);}});}google.maps.event.addDomListener(window, 'load', initialize);