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(43.6128,-84.2197)};var g_b0910c4d11be1c867780a111a6d71549 = new google.maps.Geocoder();g_b0910c4d11be1c867780a111a6d71549.geocode( { 'address': "1313 Washington St, Midland, MI 48640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midland-MI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('midland-MI-check-n-go'), mapOptions);}document.getElementById('34bacbd8').innerHTML += ' | View Map';var $lb0910c4d11be1c867780a111a6d71549 = '

Check 'n Go

Address: 1313 Washington St, Midland, MI 48640, USA
Phone: (989) 633-2880
';var m_b0910c4d11be1c867780a111a6d71549 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_b0910c4d11be1c867780a111a6d71549['infowindow'] = new google.maps.InfoWindow({content: $lb0910c4d11be1c867780a111a6d71549});var infowindow = new google.maps.InfoWindow({content: $lb0910c4d11be1c867780a111a6d71549});google.maps.event.addListener(m_b0910c4d11be1c867780a111a6d71549, 'click', function() {infowindow.open(map,m_b0910c4d11be1c867780a111a6d71549);});$marker.push(m_b0910c4d11be1c867780a111a6d71549);}});}google.maps.event.addDomListener(window, 'load', initialize);