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.3277,-119.654)};var g_2593aa4358c7ae7464a79af460d4b6f0 = new google.maps.Geocoder();g_2593aa4358c7ae7464a79af460d4b6f0.geocode( { 'address': "385 N 11th Ave, Hanford, CA 93230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hanford-CA-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('hanford-CA-check-n-go'), mapOptions);}document.getElementById('6bce2d24').innerHTML += ' | View Map';var $l2593aa4358c7ae7464a79af460d4b6f0 = '

Check 'n Go

Address: 385 N 11th Ave, Hanford, CA 93230, USA
Phone: (559) 584-4500
';var m_2593aa4358c7ae7464a79af460d4b6f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_2593aa4358c7ae7464a79af460d4b6f0['infowindow'] = new google.maps.InfoWindow({content: $l2593aa4358c7ae7464a79af460d4b6f0});var infowindow = new google.maps.InfoWindow({content: $l2593aa4358c7ae7464a79af460d4b6f0});google.maps.event.addListener(m_2593aa4358c7ae7464a79af460d4b6f0, 'click', function() {infowindow.open(map,m_2593aa4358c7ae7464a79af460d4b6f0);});$marker.push(m_2593aa4358c7ae7464a79af460d4b6f0);}});}google.maps.event.addDomListener(window, 'load', initialize);