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(40.1247,-87.6301)};var g_d031bfde8d17f9583336cc114b044755 = new google.maps.Geocoder();g_d031bfde8d17f9583336cc114b044755.geocode( { 'address': "22 N Hazel St, Danville, IL 61832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-IL-gold-rush').style.display = '';map = new google.maps.Map(document.getElementById('danville-IL-gold-rush'), mapOptions);}document.getElementById('41490b13').innerHTML += ' | View Map';var $ld031bfde8d17f9583336cc114b044755 = '

Gold Rush

Address: 22 N Hazel St, Danville, IL 61832, USA
Phone: (217) 446-0746
';var m_d031bfde8d17f9583336cc114b044755 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Rush',});m_d031bfde8d17f9583336cc114b044755['infowindow'] = new google.maps.InfoWindow({content: $ld031bfde8d17f9583336cc114b044755});var infowindow = new google.maps.InfoWindow({content: $ld031bfde8d17f9583336cc114b044755});google.maps.event.addListener(m_d031bfde8d17f9583336cc114b044755, 'click', function() {infowindow.open(map,m_d031bfde8d17f9583336cc114b044755);});$marker.push(m_d031bfde8d17f9583336cc114b044755);}});}google.maps.event.addDomListener(window, 'load', initialize);