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(38.9698,-90.4302)};var g_b89958916c32f57016909aaa91598fe7 = new google.maps.Geocoder();g_b89958916c32f57016909aaa91598fe7.geocode( { 'address': "401 E Main St, Grafton, IL 62037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grafton-IL-hotel-credit-association').style.display = '';map = new google.maps.Map(document.getElementById('grafton-IL-hotel-credit-association'), mapOptions);}document.getElementById('78eba5e2').innerHTML += ' | View Map';var $lb89958916c32f57016909aaa91598fe7 = '

Hotel Credit Association

Address: 401 E Main St, Grafton, IL 62037, USA
Phone: (618) 786-5100
';var m_b89958916c32f57016909aaa91598fe7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hotel Credit Association',});m_b89958916c32f57016909aaa91598fe7['infowindow'] = new google.maps.InfoWindow({content: $lb89958916c32f57016909aaa91598fe7});var infowindow = new google.maps.InfoWindow({content: $lb89958916c32f57016909aaa91598fe7});google.maps.event.addListener(m_b89958916c32f57016909aaa91598fe7, 'click', function() {infowindow.open(map,m_b89958916c32f57016909aaa91598fe7);});$marker.push(m_b89958916c32f57016909aaa91598fe7);}});}google.maps.event.addDomListener(window, 'load', initialize);