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.7461,-117.011)};var g_484316a66030dbc0bbd599a8cd8abe85 = new google.maps.Geocoder();g_484316a66030dbc0bbd599a8cd8abe85.geocode( { 'address': "3671 W Florida Ave, Hemet, CA 92545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hemet-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('hemet-CA-check-n-go'), mapOptions);}document.getElementById('c40f372b').innerHTML += ' | View Map';var $l484316a66030dbc0bbd599a8cd8abe85 = '

Check 'n Go

Address: 3671 W Florida Ave, Hemet, CA 92545, USA
Phone: (951) 929-9909
';var m_484316a66030dbc0bbd599a8cd8abe85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_484316a66030dbc0bbd599a8cd8abe85['infowindow'] = new google.maps.InfoWindow({content: $l484316a66030dbc0bbd599a8cd8abe85});var infowindow = new google.maps.InfoWindow({content: $l484316a66030dbc0bbd599a8cd8abe85});google.maps.event.addListener(m_484316a66030dbc0bbd599a8cd8abe85, 'click', function() {infowindow.open(map,m_484316a66030dbc0bbd599a8cd8abe85);});$marker.push(m_484316a66030dbc0bbd599a8cd8abe85);}});}google.maps.event.addDomListener(window, 'load', initialize);