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.2425,-85.59)};var g_c44154946efbeaf8cbf063050c158667 = new google.maps.Geocoder();g_c44154946efbeaf8cbf063050c158667.geocode( { 'address': "5136-A South Westnedge Avenue, Portage, MI 49002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portage-MI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('portage-MI-check-n-go'), mapOptions);}document.getElementById('09e89f33').innerHTML += ' | View Map';var $lc44154946efbeaf8cbf063050c158667 = '

Check 'n Go

Address: 5136-A South Westnedge Avenue, Portage, MI 49002, USA
Phone: (269) 382-8100
';var m_c44154946efbeaf8cbf063050c158667 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_c44154946efbeaf8cbf063050c158667['infowindow'] = new google.maps.InfoWindow({content: $lc44154946efbeaf8cbf063050c158667});var infowindow = new google.maps.InfoWindow({content: $lc44154946efbeaf8cbf063050c158667});google.maps.event.addListener(m_c44154946efbeaf8cbf063050c158667, 'click', function() {infowindow.open(map,m_c44154946efbeaf8cbf063050c158667);});$marker.push(m_c44154946efbeaf8cbf063050c158667);}});}google.maps.event.addDomListener(window, 'load', initialize);