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(42.692,-87.8148)};var g_d58046673cab7fe068e4a84318bca447 = new google.maps.Geocoder();g_d58046673cab7fe068e4a84318bca447.geocode( { 'address': "6100 Washington Ave, Racine, WI 53406"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('racine-WI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('racine-WI-check-n-go'), mapOptions);}document.getElementById('08a48bea').innerHTML += ' | View Map';var $ld58046673cab7fe068e4a84318bca447 = '

Check N Go

Address: 6100 Washington Ave, Racine, WI 53406
Phone: (262) 884-8500
';var m_d58046673cab7fe068e4a84318bca447 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check N Go',});m_d58046673cab7fe068e4a84318bca447['infowindow'] = new google.maps.InfoWindow({content: $ld58046673cab7fe068e4a84318bca447});var infowindow = new google.maps.InfoWindow({content: $ld58046673cab7fe068e4a84318bca447});google.maps.event.addListener(m_d58046673cab7fe068e4a84318bca447, 'click', function() {infowindow.open(map,m_d58046673cab7fe068e4a84318bca447);});$marker.push(m_d58046673cab7fe068e4a84318bca447);}});}google.maps.event.addDomListener(window, 'load', initialize);