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.953,-85.0741)};var g_364cd728885ad55b0263fd05b1feb2f1 = new google.maps.Geocoder();g_364cd728885ad55b0263fd05b1feb2f1.geocode( { 'address': "2331 S State Rd b, Ionia, MI 48846, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ionia-MI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('ionia-MI-check-n-go'), mapOptions);}document.getElementById('ffde9ffb').innerHTML += ' | View Map';var $l364cd728885ad55b0263fd05b1feb2f1 = '

Check 'n Go

Address: 2331 S State Rd b, Ionia, MI 48846, USA
Phone: (616) 522-9960
';var m_364cd728885ad55b0263fd05b1feb2f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_364cd728885ad55b0263fd05b1feb2f1['infowindow'] = new google.maps.InfoWindow({content: $l364cd728885ad55b0263fd05b1feb2f1});var infowindow = new google.maps.InfoWindow({content: $l364cd728885ad55b0263fd05b1feb2f1});google.maps.event.addListener(m_364cd728885ad55b0263fd05b1feb2f1, 'click', function() {infowindow.open(map,m_364cd728885ad55b0263fd05b1feb2f1);});$marker.push(m_364cd728885ad55b0263fd05b1feb2f1);}});}google.maps.event.addDomListener(window, 'load', initialize);