Experience the presidential legacy of one of America’s most influential and beloved presidents. You can walk in the footsteps of Ronald Reagan, encounter a presidential story whose beginning looked a lot like yours, and discover the virtues and principles you can use to become an inspirational leader like Ronald Reagan.
Hours
Contact Us
810 S Hennepin Ave, Dixon, Illinois 61021 | (815) 288-5176
*We are currently undergoing an interior renovation. Guest can expect a modified tour of the home with insight into how the historic integrity is maintained in the history property while ensuring the home is preserved for future generations.
Public Tour Info:
Open April 10 – December 12
Thursday – Saturday from 10:00 a.m. to 3:00 p.m.
Tours begin on the hour with the last tour leaving at 3:00 p.m.
Group tours and special events may be scheduled outside of listed times. Please contact us to learn how.
As a result of generous supporters, admission is now free for those who wish to learn and be inspired by the humble yet moving stories that shaped Ronald Reagan into one of America’s most beloved presidents.
Admission consists of a pre-tour film that details President Reagan’s family and environment in the 1920 and 30’s and the docent-guided tour of his boyhood home.
Tour Length
Tours take approximately one hour.
Parking
Visitors may use our parking lot located on the corner of S Galena Ave and W 9th St. Additionally, there is free and convenient motor coach parking with easy access for travelers leaving and entering the coach in front of our park on S Hennepin Ave.
Opportunities to Volunteer
We are always seeking inspiring and motivated individuals who would like to leave a lasting impression on visitors and instill them with the stories and values that shaped President Reagan into the man we all know and love.
If you or someone you know would like to become a docent or volunteer at the Reagan Boyhood Home, please contact us and let us know about your interests.
Attend an Event
Jul
5
Dixon
,
IL
Reagan Boyhood Home Events
High School Students, Middle School Students, College Students, Community Members
Reagan Run Race 5K
JUL
24
Dixon
,
IL 61021
Conferences & Seminars
High School Students
July High School Conference at the Reagan Boyhood Home
JUL
26
Dixon
,
IL
Conferences & Seminars
Middle School Students
July Middle School Expedition at the Reagan Boyhood Home
OCT
15
Santa Barbara
,
CA
Conferences & Seminars
High School Students
High School Conference at the Reagan Ranch
#rbh-event-prev:hover,
#rbh-event-next:hover {
cursor: pointer;
}
window.addEventListener('load', function () {
jQuery(document).ready(function($) {
function sp_initSwiper() {
var swiper = new Swiper('#rbh-event-slider .swiper', {
slidesPerView: 4,
slidesPerGroup: 1,
loop: true, // Enable loop mode. If using loop mode, you will need enough slide items to make the loop work. Magic number = slidesPerView * 2 + 1. Otherwise it will rearrange and jump around
spaceBetween: 10,
preventClicks: true, //prevents accidental clicks when swiping
// add additional custom parameters here from API docs
breakpoints: {
480: {
slidesPerView: 1,
}
640: {
slidesPerView: 1,
},
768: {
slidesPerView: 2,
},
1024: {
slidesPerView: 4,
},
1120: {
slidesPerView: 4,
},
},
});
return swiper;
}
var eventSwiper = sp_initSwiper();
$('#rbh-event-prev').on('click', function() {
eventSwiper.slidePrev(500, true);
});
$('#rbh-event-next').on('click', function() {
eventSwiper.slideNext(500, true);
});
});
}, false)