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(46.7204,-92.1032)};var g_5055cbf43fac3f7e2336b27310f0b9ef = new google.maps.Geocoder();g_5055cbf43fac3f7e2336b27310f0b9ef.geocode( { 'address': "1708 Belknap St, Superior, WI 54880, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('superior-WI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('superior-WI-check-n-go'), mapOptions);}document.getElementById('7f85f651').innerHTML += ' | View Map';var $l5055cbf43fac3f7e2336b27310f0b9ef = '

Check 'n Go

Address: 1708 Belknap St, Superior, WI 54880, USA
Phone: (715) 395-7700
';var m_5055cbf43fac3f7e2336b27310f0b9ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_5055cbf43fac3f7e2336b27310f0b9ef['infowindow'] = new google.maps.InfoWindow({content: $l5055cbf43fac3f7e2336b27310f0b9ef});var infowindow = new google.maps.InfoWindow({content: $l5055cbf43fac3f7e2336b27310f0b9ef});google.maps.event.addListener(m_5055cbf43fac3f7e2336b27310f0b9ef, 'click', function() {infowindow.open(map,m_5055cbf43fac3f7e2336b27310f0b9ef);});$marker.push(m_5055cbf43fac3f7e2336b27310f0b9ef);}});}google.maps.event.addDomListener(window, 'load', initialize);