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(44.2964,-84.681)};var g_4aaac46e51a4dbb65a76555eef5cc25c = new google.maps.Geocoder();g_4aaac46e51a4dbb65a76555eef5cc25c.geocode( { 'address': "2131 E Houghton Lake Dr #2, Houghton Lake, MI 48629, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houghton-lake-MI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('houghton-lake-MI-check-n-go'), mapOptions);}document.getElementById('cdabe84a').innerHTML += ' | View Map';var $l4aaac46e51a4dbb65a76555eef5cc25c = '

Check 'n Go

Address: 2131 E Houghton Lake Dr #2, Houghton Lake, MI 48629, USA
Phone: (989) 366-7594
';var m_4aaac46e51a4dbb65a76555eef5cc25c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_4aaac46e51a4dbb65a76555eef5cc25c['infowindow'] = new google.maps.InfoWindow({content: $l4aaac46e51a4dbb65a76555eef5cc25c});var infowindow = new google.maps.InfoWindow({content: $l4aaac46e51a4dbb65a76555eef5cc25c});google.maps.event.addListener(m_4aaac46e51a4dbb65a76555eef5cc25c, 'click', function() {infowindow.open(map,m_4aaac46e51a4dbb65a76555eef5cc25c);});$marker.push(m_4aaac46e51a4dbb65a76555eef5cc25c);}});}google.maps.event.addDomListener(window, 'load', initialize);