{"id":24,"date":"2015-10-13T00:39:31","date_gmt":"2015-10-13T00:39:31","guid":{"rendered":"https:\/\/wheelsmuseum.org\/?page_id=24"},"modified":"2026-08-19T14:40:39","modified_gmt":"2026-08-19T14:40:39","slug":"membership-donating-and-event-reservation","status":"publish","type":"page","link":"https:\/\/wheelsmuseum.org\/?page_id=24","title":{"rendered":"Membership, Donating and Event Reservation"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">WHEELS Museum is a 501(c)3 organization in the Albuquerque Rail Yards dedicated to collecting, preserving, and creating educational exhibits about the history of transportation in Albuquerque and New Mexico with emphasis on the impact on the development of the area.&nbsp; Our collections embrace the history of the railroads, the impact of the rail yards on Albuquerque, as well as automobiles, horse and wagon, and other modes of transportation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/wheelsmuseum.org\/?page_id=4511\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>WHEELS Museum Founders Gala \u2014 Get Your Tickets Today!<\/strong><\/a><\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>Membership Categories with Annual Rates:<\/strong><br>Individual \u2013 $30<br> Senior \u2013 $20<br> Family (2 adults &amp; their minors) \u2013 $55<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/wheelsmuseum.org\/?page_id=147\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>All Purchases<\/strong><\/a><\/p>\n<\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Donations<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Through the generosity of individuals and organizations, Wheels Museum adds artifacts, books, and archival materials to its collection annually. These donations help us fulfill our mission as keepers of transportation history.<br>Most items received into the collection are of historic and\/or archival merit and are used for the purposes of display, research, education, or preservation. Vehicle donations are accepted, subject to available space. A donation of $75 per month, per vehicle, is required for on\u2011site storage<\/p>\n\n\n\n<div>\n  <div><div style=\"\n  overflow: auto;\n  display: flex;\n  flex-direction: column;\n  justify-content: flex-end;\n  align-items: center;\n  width: 259px;\n  background: #FFFFFF;\n  border: 1px solid rgba(0, 0, 0, 0.1);\n  box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);\n  border-radius: 10px;\n  font-family: SQ Market, SQ Market, Helvetica, Arial, sans-serif;\n  \">\n  <div style=\"padding: 20px;\">\n      <p style=\"\n    font-size: 18px;\n    line-height: 20px;\n  \">Wheels Museum<\/p>\n      <p style=\"\n    font-size: 18px;\n    line-height: 20px;\n    font-weight: 600;\n  \"> <\/p>\n    <a target=\"_blank\" data-url=\"https:\/\/square.link\/u\/67O0FiP9?src=embd\" href=\"https:\/\/na01.safelinks.protection.outlook.com\/?url=https%3A%2F%2Fsquare.link%2Fu%2F03Jr9f4f&#038;data=05%7C02%7C%7Cebc0d0a038ef49f4cdff08dea0972504%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639124768185762084%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&#038;sdata=afSBgR3YEUsrXEz8YTrL6de4li5WI6TNSWS5catVdBA%3D&#038;reserved=0?src=embed\" style=\"\n    display: inline-block;\n    font-size: 18px;\n    line-height: 48px;\n    height: 48px;\n    color: #ffffff;\n    min-width: 212px;\n    background-color: #006aff;\n    text-align: center;\n    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;\n    border-radius: 6px;\n  \" rel=\"noopener\">Donate<\/a>\n  <\/div>\n<\/div>\n<\/div>\n\n  <script>\n    function showCheckoutWindow(e) {\n      e.preventDefault();\n\n      const url = document.getElementById('embedded-checkout-modal-checkout-button').getAttribute('data-url');\n      const title = 'Square Online Checkout';\n\n      \/\/ Some platforms embed in an iframe, so we want to top window to calculate sizes correctly\n      const topWindow = window.top ? window.top : window;\n\n      \/\/ Fixes dual-screen position                                Most browsers          Firefox\n      const dualScreenLeft = topWindow.screenLeft !==  undefined ? topWindow.screenLeft : topWindow.screenX;\n      const dualScreenTop = topWindow.screenTop !==  undefined   ? topWindow.screenTop  : topWindow.screenY;\n\n      const width = topWindow.innerWidth ? topWindow.innerWidth : document.documentElement.clientWidth ? document.documentElement.clientWidth : screen.width;\n      const height = topWindow.innerHeight ? topWindow.innerHeight : document.documentElement.clientHeight ? document.documentElement.clientHeight : screen.height;\n\n      const h = height * .75;\n      const w = 500;\n\n      const systemZoom = width \/ topWindow.screen.availWidth;\n      const left = (width - w) \/ 2 \/ systemZoom + dualScreenLeft;\n      const top = (height - h) \/ 2 \/ systemZoom + dualScreenTop;\n      const newWindow = window.open(url, title, `scrollbars=yes, width=${w \/ systemZoom}, height=${h \/ systemZoom}, top=${top}, left=${left}`);\n\n      if (window.focus) newWindow.focus();\n    }\n\n    \/\/ This overrides the default checkout button click handler to show the embed modal\n    \/\/ instead of opening a new tab with the given link url\n    document.getElementById('embedded-checkout-modal-checkout-button').addEventListener('click', function (e) {\n      showCheckoutWindow(e);\n    });\n  <\/script>\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/wheelsmuseum.org\/wp-content\/uploads\/2026\/04\/5d582f95-7a38-4d34-9ede-76091b598883.png\"><img loading=\"lazy\" decoding=\"async\" width=\"120\" height=\"120\" src=\"https:\/\/wheelsmuseum.org\/wp-content\/uploads\/2026\/04\/5d582f95-7a38-4d34-9ede-76091b598883.png\" alt=\"\" class=\"wp-image-4417\" srcset=\"https:\/\/wheelsmuseum.org\/wp-content\/uploads\/2026\/04\/5d582f95-7a38-4d34-9ede-76091b598883.png 120w, https:\/\/wheelsmuseum.org\/wp-content\/uploads\/2026\/04\/5d582f95-7a38-4d34-9ede-76091b598883-100x100.png 100w\" sizes=\"auto, (max-width: 120px) 100vw, 120px\" \/><\/a><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Note: WHEELS Museum Inc participates in the Amazon Services LLC Associates Program. This is an affiliate advertising program. It is designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com.<\/em>&nbsp;<em>By <strong>using this link to make a purchase<\/strong>, Wheels Museum  may earn a small commission. This helps support the museum at no additional cost to you.<\/em><br> <a href=\"https:\/\/amzn.to\/4qxYlBu\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>WHEELS Museum Amazon Associates Link<\/strong><\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>WHEELS Museum Volunteer<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As a <a href=\"https:\/\/www.oneabqvolunteers.com\/need\/detail\/?need_id=1150764\" target=\"_blank\" rel=\"noreferrer noopener\">volunteer<\/a>, you\u2019ll play an important role in helping us preserve and share the history of Albuquerque\u2019s transportation heritage. At WHEELS Museum, we want your volunteer experience to be enjoyable and meaningful. Our goal is to connect you with opportunities that match your talents and interests, whether that\u2019s greeting visitors, supporting tours, caring for exhibits, running the trains, assisting with light administrative work, providing tech or social media support, helping with restoration projects, lending a hand at special events, or keeping day-to-day operations running smoothly. Whatever your strengths, there\u2019s a place for you here to make a difference. Whether you love history, enjoy working with people, or just want to give back to the community, your time and talents make a lasting difference. We seek weekly volunteers who are dependable, respectful, friendly, and committed to fostering a positive atmosphere at the museum. Please plan to complete a 45-minute orientation with our volunteer coordinator prior to your first shift.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WHEELS Museum is a 501(c)3 organization in the Albuquerque Rail Yards dedicated to collecting, preserving, and creating educational exhibits about the history of transportation in Albuquerque and New Mexico with emphasis on the impact on the development of the area.&nbsp; Our collections embrace the history of the railroads, the impact of the rail yards on&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"sidebar-page.php","meta":{"footnotes":""},"class_list":["post-24","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wheelsmuseum.org\/index.php?rest_route=\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wheelsmuseum.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wheelsmuseum.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wheelsmuseum.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wheelsmuseum.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=24"}],"version-history":[{"count":69,"href":"https:\/\/wheelsmuseum.org\/index.php?rest_route=\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":4835,"href":"https:\/\/wheelsmuseum.org\/index.php?rest_route=\/wp\/v2\/pages\/24\/revisions\/4835"}],"wp:attachment":[{"href":"https:\/\/wheelsmuseum.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}