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.7578,-86.1158)};var g_85c79042a4ccc8b2ea6cbe0806c0cc5f = new google.maps.Geocoder();g_85c79042a4ccc8b2ea6cbe0806c0cc5f.geocode( { 'address': "1111 Washington Ave, Holland, MI 49423, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holland-MI-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('holland-MI-check-n-go'), mapOptions);}document.getElementById('f9118e66').innerHTML += ' | View Map';var $l85c79042a4ccc8b2ea6cbe0806c0cc5f = '

Check 'n Go

Address: 1111 Washington Ave, Holland, MI 49423, USA
Phone: (616) 395-3000
';var m_85c79042a4ccc8b2ea6cbe0806c0cc5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_85c79042a4ccc8b2ea6cbe0806c0cc5f['infowindow'] = new google.maps.InfoWindow({content: $l85c79042a4ccc8b2ea6cbe0806c0cc5f});var infowindow = new google.maps.InfoWindow({content: $l85c79042a4ccc8b2ea6cbe0806c0cc5f});google.maps.event.addListener(m_85c79042a4ccc8b2ea6cbe0806c0cc5f, 'click', function() {infowindow.open(map,m_85c79042a4ccc8b2ea6cbe0806c0cc5f);});$marker.push(m_85c79042a4ccc8b2ea6cbe0806c0cc5f);}});}google.maps.event.addDomListener(window, 'load', initialize);