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(36.8387,-119.682)};var g_2a12b41adeedc754b55ec468d1a41d09 = new google.maps.Geocoder();g_2a12b41adeedc754b55ec468d1a41d09.geocode( { 'address': "1865 Herndon Ave Suite C, Clovis, CA 93611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clovis-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('clovis-CA-check-n-go'), mapOptions);}document.getElementById('c34d568c').innerHTML += ' | View Map';var $l2a12b41adeedc754b55ec468d1a41d09 = '

Check 'n Go

Address: 1865 Herndon Ave Suite C, Clovis, CA 93611, USA
Phone: (559) 322-5900
';var m_2a12b41adeedc754b55ec468d1a41d09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_2a12b41adeedc754b55ec468d1a41d09['infowindow'] = new google.maps.InfoWindow({content: $l2a12b41adeedc754b55ec468d1a41d09});var infowindow = new google.maps.InfoWindow({content: $l2a12b41adeedc754b55ec468d1a41d09});google.maps.event.addListener(m_2a12b41adeedc754b55ec468d1a41d09, 'click', function() {infowindow.open(map,m_2a12b41adeedc754b55ec468d1a41d09);});$marker.push(m_2a12b41adeedc754b55ec468d1a41d09);}});}google.maps.event.addDomListener(window, 'load', initialize);