CINXE.COM
Genentech: Giving
<!doctype html> <html lang="en-us" > <head> <meta charset="utf-8"> <title>Genentech: Giving</title> <meta name="description" content="We believe giving is a powerful tool to drive change — in our local communities and society at large."> <link href="https://feeds.feedburner.com/Genentech-Stories" rel="alternate" type="application/rss+xml" title="Genentech - Read about breakthrough science, the everyday people who make it happen, and the patients we serve." /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:title" content="Genentech: Giving" /> <meta property="og:description" content="We believe giving is a powerful tool to drive change — in our local communities and society at large." /> <meta property="og:image" content="https://www.gene.com/assets/frontend/img/social.png" /> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@genentech"> <meta name="twitter:title" content="Genentech: Giving"> <meta name="twitter:description" content="We believe giving is a powerful tool to drive change — in our local communities and society at large."> <meta name="twitter:creator" content="@genentech"> <meta name="twitter:image:src" content="https://www.gene.com/assets/frontend/img/social.png"> <meta name="csrf-token" content=""> <script data-icons="/assets/frontend/svg/icons.svg"></script> <link rel="preload" as="style" href="https://www.gene.com/build/assets/v3-main-site-BHL2dwv-.css" /><link rel="stylesheet" href="https://www.gene.com/build/assets/v3-main-site-BHL2dwv-.css" /> <link rel="icon" href="/assets/frontend/img/favicon.ico"> <link rel="apple-touch-icon-precomposed" href="/assets/frontend/img/apple-icon-touch.png"> <link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap" /> <link rel="stylesheet" href="https://www.gene.com/assets/frontend/css/custom/galaxySearch.css" /> <link rel="canonical" href="https://www.gene.com/good/giving"> <link rel="alternate" hreflang="en-us" href="https://www.gene.com/good/giving" /> <style> .fit-vids-style { display: none; } </style> <link rel="stylesheet" type="text/css" href="/assets/frontend/infographics/css/infographics.css"> <script> var jQ = { queue: [], ready: function (f) { if (typeof f=='function') jQ.queue.push(f); return jQ; }, unq: function () { for (var i = 0; i < jQ.queue.length; i++) jQ.queue[i](); jQ.queue = null; } }; if (typeof window.jQuery == 'undefined') { window.jQuery = window.$ = jQ.ready; } var Gene = { universal: {}, configs: {}, main: {}, features: {}, custom: {}, analytics: {} }; Gene.configs.paths = { prepend : '/' } </script> <!-- OneTrust Cookies Consent Notice start for www.gene.com --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="0fd064ad-a247-479a-9e43-5ca8b40bcb43" ></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end for www.gene.com --> <script> var isReturningUser = false; if (window.localStorage) { isReturningUser = localStorage.getItem('RETURNING_USER') != null; localStorage.setItem('RETURNING_USER', true); } var referrer = 'direct'; if (document.referrer && document.referrer != "") { referrer = document.referrer; } var dataLayer = [{ 'userType': isReturningUser ? 'returning' : 'new', 'referrer': referrer, 'contentID': 'node-041731cc-bd91-11eb-9c26-0242ac150005', 'contentID': 'node-041731cc-bd91-11eb-9c26-0242ac150005', }]; </script> <link rel="modulepreload" href="https://www.gene.com/build/assets/analytics-standalone-YYY1jLtB.js" /><script src="https://www.gene.com/build/assets/analytics-standalone-YYY1jLtB.js"></script> <script type="text/javascript"> function getQueryParam(str) { var v = window.location.search.match(new RegExp('(?:[\?\&]'+str+'=)([^&]+)')); return v ? v[1] : null; } var src = getQueryParam('src'); if (src) { Gene.analytics.setSource('Source', src); } </script> <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script> </head> <body class=" "> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PPKDWPC');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PPKDWPC" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header id='gene-header' class='header'></header> <div class="l-page-overlay"></div> <script> // @todo: This is temporary code - to be moved to separate file (both css & js). var relatedTranslations = []; var currentLangId = 'en'; var langSwitchLabels = { "en": "View in English", "es": "En Español" };; $(document).ready(function () { if (relatedTranslations.length > 0) { var selector = $('<select data-minimum-results-for-search="50" data-width="resolve" style="margin-top: -15px; width: 160px;"></select>'); selector.append($('<option>' + (langSwitchLabels[currentLangId] ?? currentLangId) + '</option>')); relatedTranslations.forEach(function (translation) { selector.append($('<option value="' + translation.calculated_path + '">' + (langSwitchLabels[translation.lang_id] ?? translation.lang_id) + '</option>')); }); selector.on('change', function () { if ($(this).val().length > 0) { window.location = '/switch?request_path=' + $(this).val(); } }); var breadcrumbs = $('.js-nav-container .breadcrumbs').first(); if (breadcrumbs) { var container = $('<div class="lang-switch-container" style="display: flex; flex-direction: row; justify-content: space-between; align-content: flex-start;"></div>'); container.append(breadcrumbs.clone()); container.append(selector); breadcrumbs.hide(); breadcrumbs.after(container); } } }); </script> <style> .lang-switch-container { margin-bottom: 10px; } .lang-switch-container .select2-container { position: relative; top: -13px; } .lang-switch-container .select2-container .select2-selection--single { margin-top: 0px; } .lang-switch-container .select2-container--default .select2-selection--single .select2-selection__arrow { top: -10px; } </style> <div class="ie-warning" style="display:none;"> <div class="ie-warning__container constrained"> <h2 class="ie-warning__text">Attention: This page may not render properly. The browser you are using, Internet Explorer 10, is no longer supported.</h2> </div> </div> <!--Commented out til next closure --> <div class="header__spacer "></div> <div class="js-nav-container "> <div class="constrained"> <div style="position: absolute; width: 260px; height: 100%;"> <div class="l-rail-left"> <div class="nav-secondary-container"> <nav class="nav-secondary js-nav-secondary"> <div class="nav-secondary__header current"> <a class="nav-secondary__link" href="/good/giving">Giving</a> </div> <ul class="nav-secondary__children"> <li class="nav-secondary__child "> <a class="nav-secondary__link" href="/good/giving/programs-volunteerism">Philanthropic Programs & Volunteerism</a> </li> <li class="nav-secondary__child "> <a class="nav-secondary__link" href="/good/giving/corporate-giving">Corporate Giving</a> </li> </ul> </nav> </div> </div> </div> </div> <div class="v4-constrained"> <div class="l-grid"> <div class="l-content-container"> <div class="l-content"> <div class="breadcrumbs"> <a href="/good">Good</a> / <a href="/good/giving">Giving</a> </div> <header class="v4-hero-text"> <h1>Giving Back</h1> <p><p style="font-size: 1.1rem;">Making medicines is just one way we strive to positively impact society.</p> <p style="font-size: 1.1rem;">Giving back has been embedded in our culture since our founding more than 45 years ago, and we’re proud to be consistently recognized as one of the top corporate philanthropists in the Bay Area.</p> <p style="font-size: 1.1rem;">We believe giving is a powerful tool to drive change and improve the wellbeing of our local communities and society at large.</p> <p style="font-size: 1.1rem;">Through our signature philanthropic programs, employee volunteerism and corporate charitable giving, we aim to expand access to quality healthcare and build local partnerships to ensure our communities thrive. </p> <p style=" font-family: Gene-Sans-Bold,sans-serif; font-size: 1.25rem; text-align:center;">We focus our giving on three key areas:</p></p> <div class="v4-hero-text__links"> <a href="#stem" class="v4-hero-text__link"> <span class="inner-text">STEM Education & Careers</span> <svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg> </a> <a href="#health-impact" class="v4-hero-text__link"> <span class="inner-text">Health Impact</span> <svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg> </a> <a href="#community-giving" class="v4-hero-text__link"> <span class="inner-text">Community Giving</span> <svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg> </a> </div> </header> </div> </div> </div> </div> <div class="media-image-full "> <div class="media-image-full__main"> <style> .photo_adec39d8-9b33-11ec-857b-0242ac150004 { padding-bottom: calc((137 / 480) * 100%); height: 0; overflow: hidden; position: relative; } @media (min-width:1024px) { .photo_adec39d8-9b33-11ec-857b-0242ac150004 { padding-bottom: calc((243 / 850) * 100%); } } @media (min-width:1280px) { .photo_adec39d8-9b33-11ec-857b-0242ac150004 { padding-bottom: calc((280 / 980) * 100%); } } </style> <div class="photo_adec39d8-9b33-11ec-857b-0242ac150004"> <div class="spark-responsive-img spark-responsive-img--cover" data-threshold="(min-width: 1392px) 980px, (min-width: 1024px) 70.5vw, (min-width: 768px) 71.3vw, 93vw"><!--[if IE 9]><video style="display: none;"><![endif]--><source srcset="/assets/content/block_image/inline_image/generated_giving-header-2800x800_v1-large.jpg 1x, /assets/content/block_image/inline_image/generated_giving-header-2800x800_v1-large%402x.jpg 2x" media="(min-width:1280px)"><source srcset="/assets/content/block_image/inline_image/generated_giving-header-2800x800_v1-medium.jpg 1x, /assets/content/block_image/inline_image/generated_giving-header-2800x800_v1-medium%402x.jpg 2x" media="(min-width:1024px)"><source srcset="/assets/content/block_image/inline_image/generated_giving-header-2800x800_v1-small.jpg 1x, /assets/content/block_image/inline_image/generated_giving-header-2800x800_v1-small%402x.jpg 2x"><!--[if IE 9]></video><![endif]--><img alt=""><noscript><img src="/assets/content/block_image/inline_image/generated_giving-header-2800x800_v1-small.jpg" alt="" /></noscript></div> <img class="quick-replace-image__placeholder" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD//gA7Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2NjIpLCBxdWFsaXR5ID0gOTAK/9sAQwADAgIDAgIDAwMDBAMDBAUIBQUEBAUKBwcGCAwKDAwLCgsLDQ4SEA0OEQ4LCxAWEBETFBUVFQwPFxgWFBgSFBUU/9sAQwEDBAQFBAUJBQUJFA0LDRQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgABgAUAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A8y1p9O8PafcSLqt/PDJIsU0J023XdFJMok2tuO19qjDAZyBzisDxJ4k8C2Wm/ZtItNch1Sa3i8yaXylV97eYCzBiWIRwMkdQB0ANFFetB+0cb9W9tOz6GanJUp319de+172Oo0xLDWbNL2KDV5IZcmM3WrxmTA4+bbagdQfXr1NFFFetGCcU3f72ebGvUtv+CP/Z" sizes=""> </div> </div> </div> <div class="v4-constrained"> <div class="l-grid"> <div class="l-content-container l-content-container--no-min-height"> <div class="l-content"> <a name="stem" id="stem" class="js-scrolldepth-element anchor-block"></a> <header class="section-title section-title--no-spacer"> <div class="section-title__main"> <h1 class="section-title__head">Cultivating an Inclusive and Accessible Future of STEM, from Kindergarten to Careers</h1> <p></p> </div> </header> <section class="editorial"> <p>It can take more than 15 years to develop a medicine—and to raise an aspiring scientist. Today’s students are the researchers, physicians and healthcare innovators of tomorrow. But all too often, students face challenges in their education and career journeys.</p> <p>That’s why we support all stages of the education continuum, from <a href="/diversity-inclusion/kindergarten-to-careers">Kindergarten to Careers</a>, so students are supported and empowered to pursue and thrive in careers in science and medicine.<br /><br />We do this through deep partnerships, mentoring, training, resources, and grants that:</p> <ul> <li style="margin-left: 40px;"> <p>Build excitement about science and scale industry-aligned career exploration with elementary, middle and high school students;</p> </li> <li style="margin-left: 40px;"> <p>Provide wrap-around and financial support to students in undergraduate and graduate studies; and</p> </li> <li style="margin-left: 40px;"> <p>Invest in promising models to recruit, retain and advance the next generation of post-docs</p> </li> </ul> </section> <section class="tile-block"> <div class="tile-block__container homepage-layout tile-block-layout" data-tile-block-id="19304e0a-94f4-11ec-8f9e-0242ac150004"> <div class="tile-block__content__grid-wrapper"> <div class="tile content-tile tile--sm col-4@md col-6@sm col-6@xs" data-id="f7bde7b8-578e-11ea-adfa-0242ac150004" data-priority="999"> <div class="aspect aspect--3x4@md aspect--3x4@sm aspect--3x4@xs"> <div class="aspect-inner"> <div class="content-tile__wrap tile__wrap"> <div class="content-tile__link-wrap" onclick="document.location.href='/good/giving/programs-volunteerism/futurelab';"> <div class="content-tile__inner"> <div class="content-tile__image fill-parent"> <div class="content-tile__image__container__wrapper" style="height:0; padding-bottom:56.25%; overflow: hidden; position: relative;"> <img class="background--gray--blue-lt fill-parent" src="/assets/content/tile_image/futurelab_sean+johnston.jpg" alt="Futurelab and Futurelab+" /> </div> </div> <div class="content-tile__content"> <p class="content-tile__header clamp" data-clamp@md="2" data-clamp@sm="3" ><a href="/good/giving/programs-volunteerism/futurelab">Futurelab and Futurelab+</a></p> <p class="content-tile__body clamp" data-clamp@md="3" data-clamp@sm="3" >Genentech’s commitment to providing access to STEM education, from Kindergarten through 12th grade, to inspire the next generation of innovators.</p> </div> </div> </div> </div> </div> </div> </div> <div class="tile content-tile tile--sm col-4@md col-6@sm col-6@xs" data-id="66e184d6-94fc-11ec-885f-0242ac150004" data-priority="999"> <div class="aspect aspect--3x4@md aspect--3x4@sm aspect--3x4@xs"> <div class="aspect-inner"> <div class="content-tile__wrap tile__wrap"> <div class="content-tile__link-wrap" onclick="document.location.href='/good/giving/corporate-giving/requests-for-proposals';"> <div class="content-tile__inner"> <div class="content-tile__image fill-parent"> <div class="content-tile__image__container__wrapper" style="height:0; padding-bottom:56.25%; overflow: hidden; position: relative;"> <img class="background--gray--blue-lt fill-parent" src="/assets/content/tile_image/ColdRoom_tile_for_RFP_page.jpg" alt="Graduate, Postgraduate, and Career Development" /> </div> </div> <div class="content-tile__content"> <p class="content-tile__header clamp" data-clamp@md="2" data-clamp@sm="3" ><a href="/good/giving/corporate-giving/requests-for-proposals">Graduate, Postgraduate, and Career Development</a></p> <p class="content-tile__body clamp" data-clamp@md="3" data-clamp@sm="3" >Genentech makes continued investments in graduate and postgraduate student studies to advance the next generation of talent in science and medicine.</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <a name="health-impact" id="health-impact" class="js-scrolldepth-element anchor-block"></a> <header class="section-title section-title--no-spacer"> <div class="section-title__main"> <h1 class="section-title__head">Health Impact</h1> <p></p> </div> </header> <section class="editorial"> <p>We believe that to improve health access and outcomes for all patients, we must invest at multiple levels -both “upstream,” on prevention, and “downstream,” on issues related to the healthcare talent pipeline, clinical research and care delivery environments and patient and community support. At Genentech, we have done this by:</p> <ul> <li style="margin-left: 40px;">Incubating transformational solutions to optimize health outcomes, with a focus on:</li> <ul> <li style="margin-left: 40px;">Advancing inclusive research by supporting new approaches to strengthen patient and community voice, power, and engagement in research and care.</li> <li style="margin-left: 40px;">Promoting inclusive care delivery by building accountability, capacity, and community partnerships</li> <li style="margin-left: 40px;">Investing in promising models to recruit, retain, and advance the next generation of healthcare and scientific talent, and healthcare education and training to mitigate bias, build empathy, and improve the patient experience.</li> </ul> <li style="margin-left: 40px;">Increasing patient access to information and high-quality care, including early diagnosis, comprehensive education, support services, medicine, and financial assistance.</li> </ul> <div class="block-basic block-basic--highlight"> <p align="center"><b>Independent Co-pay Assistance Foundation Charitable Support</b></p> <p align="center">As part of our commitment to the health and wellbeing of all patients, Genentech supports patients who cannot afford their out of pocket costs for medicines through donations to independent co-pay assistance foundations. More information about our eligibility requirements and funding restrictions for this type of funding can be found <a href="/good/giving/corporate-giving/co-pay-foundation-charitable-support">here</a>.</p> </div> </section> <section class="tile-block"> <div class="tile-block__container homepage-layout tile-block-layout" data-tile-block-id="34135946-94f5-11ec-bbfa-0242ac150004"> <div class="tile-block__content__grid-wrapper"> <div class="tile content-tile tile--sm col-4@md col-6@sm col-6@xs" data-id="84fb9cf0-0a07-11ee-8320-0242ac150002" data-priority="999"> <div class="aspect aspect--3x4@md aspect--3x4@sm aspect--3x4@xs"> <div class="aspect-inner"> <div class="content-tile__wrap tile__wrap"> <div class="content-tile__link-wrap" onclick="document.location.href='https://www.gene.com/stories/community-health-fund';"> <div class="content-tile__inner"> <div class="content-tile__image fill-parent"> <div class="content-tile__image__container__wrapper" style="height:0; padding-bottom:56.25%; overflow: hidden; position: relative;"> <img class="background--gray--blue-lt fill-parent" src="/assets/content/tile_image/chjf_tile_image_980x548.jpg" alt="Community Health Fund" /> </div> </div> <div class="content-tile__content"> <p class="content-tile__header clamp" data-clamp@md="2" data-clamp@sm="3" ><a href="https://www.gene.com/stories/community-health-fund">Community Health Fund</a></p> <p class="content-tile__body clamp" data-clamp@md="3" data-clamp@sm="3" >The CHF grantees are reshaping what it means to be healthy, shifting policies and advocating for investments that support healthier futures for generations to come.</p> </div> </div> </div> </div> </div> </div> </div> <div class="tile content-tile tile--sm col-4@md col-6@sm col-6@xs" data-id="c4d777f6-a87c-11e7-88f1-d0431ef1c812" data-priority="999"> <div class="aspect aspect--3x4@md aspect--3x4@sm aspect--3x4@xs"> <div class="aspect-inner"> <div class="content-tile__wrap tile__wrap"> <div class="content-tile__link-wrap" onclick="document.location.href='https://www.gene.com/stories/right-now-o-clock';"> <div class="content-tile__inner"> <div class="content-tile__image fill-parent"> <div class="content-tile__image__container__wrapper" style="height:0; padding-bottom:56.25%; overflow: hidden; position: relative;"> <img class="background--gray--blue-lt fill-parent" src="/assets/content/tile_image/0319_Right-Now-O-Clock_header_tile_980x548_op.jpg" alt="Supporting Essential Patient Services" /> </div> </div> <div class="content-tile__content"> <p class="content-tile__header clamp" data-clamp@md="2" data-clamp@sm="3" ><a href="https://www.gene.com/stories/right-now-o-clock">Supporting Essential Patient Services</a></p> <p class="content-tile__body clamp" data-clamp@md="3" data-clamp@sm="3" >Grants to programs that support patients access information and high-quality care and support.</p> </div> </div> </div> </div> </div> </div> </div> <div class="tile content-tile tile--sm col-4@md col-6@sm col-6@xs" data-id="6db5fdf4-969b-11ed-9436-0242ac150004" data-priority="999"> <div class="aspect aspect--3x4@md aspect--3x4@sm aspect--3x4@xs"> <div class="aspect-inner"> <div class="content-tile__wrap tile__wrap"> <div class="content-tile__link-wrap" onclick="document.location.href='https://www.gene.com/stories/grants-to-spark-systemic-change-with-communities-of-color';"> <div class="content-tile__inner"> <div class="content-tile__image fill-parent"> <div class="content-tile__image__container__wrapper" style="height:0; padding-bottom:56.25%; overflow: hidden; position: relative;"> <img class="background--gray--blue-lt fill-parent" src="/assets/content/tile_image/0766_Innovation_Fund_Infographic_Header_Tile_900x548_v1.jpg" alt="Grants To Spark Change With Communities" /> </div> </div> <div class="content-tile__content"> <p class="content-tile__header clamp" data-clamp@md="2" data-clamp@sm="3" ><a href="https://www.gene.com/stories/grants-to-spark-systemic-change-with-communities-of-color">Grants To Spark Change With Communities</a></p> <p class="content-tile__body clamp" data-clamp@md="3" data-clamp@sm="3" >Learn how we are supporting solutions to address gaps in healthcare and STEM education.</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <a name="community-giving" id="community-giving" class="js-scrolldepth-element anchor-block"></a> <header class="section-title "> <div class="section-title__main"> <h1 class="section-title__head">Community Giving</h1> <p><em>We invest in partnerships and empower our employees<br> to help our local communities thrive.</em></p> </div> </header> <section class="editorial"> <p>We’re proud members of the communities where we live and work, and we believe we can have the greatest impact by focusing our efforts at the local level—through our charitable giving and by empowering employees to volunteer their time and talent.</p> <p>Our employees are passionate about giving back, and share their skills and expertise through local partnerships with schools and community-based organizations across five of our U.S. sites (South San Francisco and Oceanside, CA; Louisville, KY and Hillsboro and Portland, OR). They also amplify their giving through our employee donation and volunteer matching programs.</p> </section> <section class="tile-block"> <div class="tile-block__container homepage-layout tile-block-layout" data-tile-block-id="5ed8a15e-95a9-11ec-8c01-0242ac150004"> <div class="tile-block__content__grid-wrapper"> <div class="tile content-tile tile--sm col-4@md col-6@sm col-6@xs" data-id="c64a523c-ce60-11e9-931c-0242ac150003" data-priority="999"> <div class="aspect aspect--3x4@md aspect--3x4@sm aspect--3x4@xs"> <div class="aspect-inner"> <div class="content-tile__wrap tile__wrap"> <div class="content-tile__link-wrap" onclick="document.location.href='https://www.gene.com/stories/calling-south-city-home';"> <div class="content-tile__inner"> <div class="content-tile__image fill-parent"> <div class="content-tile__image__container__wrapper" style="height:0; padding-bottom:56.25%; overflow: hidden; position: relative;"> <img class="background--gray--blue-lt fill-parent" src="/assets/content/tile_image/TileLactancio_.jpg" alt="Calling South City Home" /> </div> </div> <div class="content-tile__content"> <p class="content-tile__header clamp" data-clamp@md="2" data-clamp@sm="3" ><a href="https://www.gene.com/stories/calling-south-city-home">Calling South City Home</a></p> <p class="content-tile__body clamp" data-clamp@md="3" data-clamp@sm="3" >Working and living in South San Francisco, these employees are proud members of a thriving community.</p> </div> </div> </div> </div> </div> </div> </div> <div class="tile content-tile tile--sm col-4@md col-6@sm col-6@xs" data-id="90cfc57a-6f2a-11ec-a558-0242ac150004" data-priority="999"> <div class="aspect aspect--3x4@md aspect--3x4@sm aspect--3x4@xs"> <div class="aspect-inner"> <div class="content-tile__wrap tile__wrap"> <div class="content-tile__link-wrap" onclick="document.location.href='/good/giving/programs-volunteerism/genentech-goes-to-town';"> <div class="content-tile__inner"> <div class="content-tile__image fill-parent"> <div class="content-tile__image__container__wrapper" style="height:0; padding-bottom:56.25%; overflow: hidden; position: relative;"> <img class="background--gray--blue-lt fill-parent" src="/assets/content/tile_image/1197_GGTT_Image_tile_v2.jpg" alt="Genentech Goes to Town" /> </div> </div> <div class="content-tile__content"> <p class="content-tile__header clamp" data-clamp@md="2" data-clamp@sm="3" ><a href="/good/giving/programs-volunteerism/genentech-goes-to-town">Genentech Goes to Town</a></p> <p class="content-tile__body clamp" data-clamp@md="3" data-clamp@sm="3" >Building strong relationships with our local communities and being a good neighbor has always been important to us.</p> </div> </div> </div> </div> </div> </div> </div> <div class="tile content-tile tile--sm col-4@md col-6@sm col-6@xs" data-id="885d916e-95f0-11ec-9078-0242ac150004" data-priority="999"> <div class="aspect aspect--3x4@md aspect--3x4@sm aspect--3x4@xs"> <div class="aspect-inner"> <div class="content-tile__wrap tile__wrap"> <div class="content-tile__link-wrap" onclick="document.location.href='/stories/work-hard-play-hard-give-back';"> <div class="content-tile__inner"> <div class="content-tile__image fill-parent"> <div class="content-tile__image__container__wrapper" style="height:0; padding-bottom:56.25%; overflow: hidden; position: relative;"> <img class="background--gray--blue-lt fill-parent" src="/assets/content/tile_image/tile_for_grants_page.jpg" alt="Grants for nonprofits located near Genentech sites" /> </div> </div> <div class="content-tile__content"> <p class="content-tile__header clamp" data-clamp@md="2" data-clamp@sm="3" ><a href="/stories/work-hard-play-hard-give-back">Grants for nonprofits located near Genentech sites</a></p> <p class="content-tile__body clamp" data-clamp@md="3" data-clamp@sm="3" >We support critical local issues near Genentech such as housing and food security, and also give in support of a more inclusive pipeline of talent in STEM and medicine.</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> <style> .v4-hero-text__links { text-align: center; } .section-title__main { padding-left: 5px; padding-right: 5px; } </style> <div class="v4-constrained"> <div class="l-grid"> <div class="l-content-container l-content-container--no-min-height"> <div class="l-content"> </div> </div> </div> </div> </div> <script>window.GeneJs = window.GeneJs || {};GeneJs.currentNode = {"rootNode":{"id":"c42ede74-e262-422c-aecd-bce16e4a6201","parent_id":"0","title":"Good","node_type":"blocks","request_path":"good","lang_id":"en","source_translation_id":"86d8438c-f08c-11ed-b055-0242ac150003","target_id":null,"target_path":"","meta_description":"Through the everyday, incremental acts of kindness, we can make great things happen for our communities and our patients.","url_suffix":"","position":46,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2019-12-19T08:00:00.000000Z","added_by":"admin","updated_date":"2020-05-12T02:58:56.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0,"node_parent":null}};</script><script>window.GeneJs = window.GeneJs || {};GeneJs.secondaryNavNode = {"title":"Giving","requestPath":"good\/giving","ancestors":[{"id":"c42ede74-e262-422c-aecd-bce16e4a6201","parent_id":"0","title":"Good","node_type":"blocks","request_path":"good","lang_id":"en","source_translation_id":"86d8438c-f08c-11ed-b055-0242ac150003","target_id":null,"target_path":"","meta_description":"Through the everyday, incremental acts of kindness, we can make great things happen for our communities and our patients.","url_suffix":"","position":46,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2019-12-19T08:00:00.000000Z","added_by":"admin","updated_date":"2020-05-12T02:58:56.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0,"node_parent":null}],"shouldShow":true};</script><script>window.GeneJs = window.GeneJs || {};GeneJs.geneHeader = {"topNavNodes":{"3":{"id":"033e314b-6cfd-4977-9449-383a7a165faa","parent_id":"0","title":"Patients","node_type":"static","request_path":"patients","lang_id":"en","source_translation_id":"86a3164e-f08c-11ed-9d94-0242ac150003","target_id":null,"target_path":"","meta_description":"Learn more about our medicines, get help with coverage, and find the right resources for you.","url_suffix":"","position":9,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2019-12-19T08:00:00.000000Z","added_by":"admin","updated_date":"2021-08-25T22:26:19.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0},"9":{"id":"59bd7ce6-7a93-4a5b-8ce4-2044dbb5ce7e","parent_id":"0","title":"Medical Professionals","node_type":"static","request_path":"medical-professionals","lang_id":"en","source_translation_id":"86c029be-f08c-11ed-82a4-0242ac150003","target_id":null,"target_path":"","meta_description":"Innovative clinical science. Improved patient care.","url_suffix":"","position":28,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":"","include_js":"","added_date":"2019-12-19T08:00:00.000000Z","added_by":"admin","updated_date":"2019-05-23T21:55:15.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0},"12":{"id":"982193bc-a3aa-11e7-b779-d0431ef1c812","parent_id":"0","title":"Partners","node_type":"blocks","request_path":"partners","lang_id":"en","source_translation_id":"86cf2608-f08c-11ed-a8ab-0242ac150003","target_id":null,"target_path":"","meta_description":null,"url_suffix":"","position":35,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2017-09-28T00:37:55.000000Z","added_by":"admin","updated_date":"2020-02-25T13:02:07.000000Z","header_image":"","body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0},"13":{"id":"af5bc686-e327-4030-ade9-a30b7cdde115","parent_id":"0","title":"Scientists","node_type":"blocks","request_path":"scientists","lang_id":"en","source_translation_id":"86d36bd2-f08c-11ed-a4c0-0242ac150003","target_id":null,"target_path":"","meta_description":"Every day our scientists do the work, the relentless incremental labor that could lead to world-changing, life-changing advances.","url_suffix":"","position":41,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2019-12-19T08:00:00.000000Z","added_by":"admin","updated_date":"2021-03-31T23:54:11.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0},"15":{"id":"bed56335-ef16-4e42-9521-54bf30bb83b8","parent_id":"0","title":"Media","node_type":"dynamic","request_path":"media","lang_id":"en","source_translation_id":"86d714bc-f08c-11ed-81d4-0242ac150003","target_id":null,"target_path":"media","meta_description":"Genentech media resources and info for stories in development. Find recent and archived press releases.","url_suffix":"","position":44,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":"media-landing","added_date":"2019-12-19T08:00:00.000000Z","added_by":"admin","updated_date":"2023-11-02T13:21:51.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0},"17":{"id":"c42ede74-e262-422c-aecd-bce16e4a6201","parent_id":"0","title":"Good","node_type":"blocks","request_path":"good","lang_id":"en","source_translation_id":"86d8438c-f08c-11ed-b055-0242ac150003","target_id":null,"target_path":"","meta_description":"Through the everyday, incremental acts of kindness, we can make great things happen for our communities and our patients.","url_suffix":"","position":46,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2019-12-19T08:00:00.000000Z","added_by":"admin","updated_date":"2020-05-12T02:58:56.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0},"20":{"id":"e2b7db24-3c44-11e8-b243-d0431ef1c812","parent_id":"0","title":"Hiring","node_type":"blocks","request_path":"careers","lang_id":"en","source_translation_id":"86dffcc6-f08c-11ed-bb3a-0242ac150003","target_id":null,"target_path":"","meta_description":null,"url_suffix":"","position":58,"prefix":"Now","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2018-04-10T05:25:19.000000Z","added_by":"admin","updated_date":"2020-07-23T22:52:27.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0}}};</script><div class="primary-footer js-nav-footer clearfix"> <div class="constrained"> <div class="footer-logo-narrow" data-set="footer-logo"> <svg aria-label="Genentech - A Member of the Roche Group"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-genentech-logo"></use> </svg> </div> <nav class="footer-sitemap"> <ul> <li class="first-level"> <a href="/patients">For Patients</a> </li> <li> <a href="/patients/medicines">Our Medicines</a> </li> <li> <a href="/patients/patient-foundation">Genentech Patient Foundation</a> </li> <li> <a href="/patients/clinical-trials">Clinical Trials</a> </li> <li> <a href="/patients/patient-support-services">Patient Support Services</a> </li> <li> <a href="/patients/understanding-insurance">Understanding Insurance</a> </li> <li> <a href="/patients/medicine-information-support">Medicine Information Support</a> </li> <li> <a href="/patients/giving-patients-a-voice">Giving Patients a Voice</a> </li> <li> <a href="/patients/disease-education">Disease Education</a> </li> <li> <a href="/patients/health-impact">Health Impact</a> </li> </ul> <ul> <li class="first-level"> <a href="/about-us"> About Us</a> </li> <li> <a href="/about-us/leadership">Leadership</a> </li> <li> <a href="/about-us/our-promise">Our Promise</a> </li> <li> <a href="/about-us/policy-advocacy">Policy & Advocacy</a> </li> <li> <a href="/about-us/oncology">Our Focus on Oncology</a> </li> <li> <a href="/about-us/neuroscience">Our Focus on Neuroscience</a> </li> <li> <a href="/about-us/ophthalmology">Our Focus on Ophthalmology</a> </li> <li> <a href="/about-us/awards-recognition">Awards & Recognition</a> </li> <li> <a href="/about-us/investors">Investors</a> </li> <li> <a href="/about-us/suppliers">Suppliers</a> </li> <li> <a href="/about-us/california-transparency-law">CA Transparency in Supply </a> </li> <li> <a href="/about-us/compliance">Compliance Overview</a> </li> </ul> <ul> <li class="first-level"> <a href="/contact-us"> Contact Us</a> </li> <li> <a href="/contact-us/call-us">Call Us</a> </li> <li> <a href="/contact-us/email-us">Email Us</a> </li> <li> <a href="/contact-us/visit-us">Visit Us</a> </li> <li> <a href="/contact-us/submit-medical-inquiry">Submit a Medical Inquiry</a> </li> <li> <a href="/contact-us/submit-media-inquiry">Submit a Media Inquiry</a> </li> </ul> <ul> <li class="first-level"> <a href="/medical-professionals">For Medical Professionals</a> </li> <li> <a href="/medical-professionals/medicines">Our Medicines & Products</a> </li> <li> <a href="/medical-professionals/pipeline">Our Pipeline</a> </li> <li> <a href="/medical-professionals/medinfo">Medical Resources</a> </li> <li> <a href="/medical-professionals/clinical-trial-information">Clinical Trial Information</a> </li> <li> <a href="/medical-professionals/sunshine-act-compliance">Sunshine Act Compliance</a> </li> <li> <a href="/medical-professionals/product-security">Product Security</a> </li> </ul> <ul> <li class="first-level"> <a href="/partners">For Partners</a> </li> <li> <a href="/partners/our-approach">Our Approach</a> </li> <li> <a href="/partners/what-we-are-looking-for">What We Are Looking For</a> </li> <li> <a href="/partners/partner-with-us">Partner With Us</a> </li> <li> <a href="/partners/contacts">Contact Us</a> </li> <li> <a href="/partners/our-stories">Our Stories</a> </li> </ul> <ul> <li class="first-level"> <a href="/scientists">For Scientists</a> </li> <li> <a href="/scientists/our-scientists">Our Scientists</a> </li> <li> <a href="/scientists/our-pipeline">Our Pipeline</a> </li> <li> <a href="/scientists/behind-the-science">Our Stories</a> </li> <li> <a href="/scientists/our-podcast">Our Podcast</a> </li> <li> <a href="/scientists/publications">Publications</a> </li> <li> <a href="/scientists/mta">MTA Program</a> </li> </ul> <ul> <li class="first-level"> <a href="/media">For Media</a> </li> <li> <a href="/media/news-features">News Features</a> </li> <li> <a href="/media/press-releases">Press Releases</a> </li> <li> <a href="/media/statements">Statements</a> </li> <li> <a href="/media/company-information">Company Information</a> </li> <li> <a href="/media/news-alerts">Sign Up For News Alerts</a> </li> </ul> <ul> <li class="first-level"> <a href="/good">For Good</a> </li> <li> <a href="/good/giving">Giving</a> </li> <li> <a href="/good/sustainability">Sustainability</a> </li> </ul> <ul> <li class="first-level"> <a href="/inclusion-belonging"> Inclusion & Belonging</a> </li> <li> <a href="/inclusion-belonging/transforming-society">Transforming Society</a> </li> </ul> <ul> <li class="first-level"> <a href="/careers">Now Hiring</a> </li> <li> <a href="/careers/find-a-job">Find A Job</a> </li> <li> <a href="/careers/professional-areas">Professional Areas</a> </li> </ul> <ul> <li class="first-level"> <a>—</a> </li> <li><button id="ot-sdk-btn" class="ot-sdk-show-settings">Your Privacy Choices</button></li> <li><a href="/privacy-policy">Privacy Policy</a></li> <li><a href="/wa-consumer-health-data-privacy-policy">WA Consumer Health Data Privacy Policy</a></li> <li><a href="/terms-conditions">Terms & Conditions</a></li> <li><a href="/accessibility">Accessibility</a></li> </ul> </nav> </div> <div class="constrained"> <div class="footer-social"> <div class="footer-social-list"> <a href="//facebook.com/genentech" target="_blank" data-service="facebook"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-facebook"></use> </svg> </a> <a href="//twitter.com/genentech" target="_blank" data-service="twitter"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-twitter"></use> </svg> </a> <a href="//linkedin.com/company/genentech" target="_blank" data-service="linkedin"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-linkedin"></use> </svg> </a> <a href="//youtube.com/genentech" target="_blank" data-service="youtube" style="padding: 5% 0%;"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-youtube"></use> </svg> </a> <a href="//pinterest.com/genentech" target="_blank" data-service="pinterest"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-pinterest"></use> </svg> </a> <a target="_blank" href="https://www.glassdoor.com/Overview/Working-at-Genentech-EI_IE274.11,20.htm" style="display: flex; align-items: center;"> <svg style="height: 22px;"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-glassdoor" data-service="glassdoor"></use> </svg> </a> <a href="//instagram.com/genentech" target="_blank" data-service="instagram"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-instagram"></use> </svg> </a> </div> </div> </div> <div class="constrained"> <div class="copyright">© 2025 Genentech, Inc. All rights reserved. This site is intended for US residents only.</div> </div> </div> <link rel="modulepreload" href="https://www.gene.com/build/assets/header-DyYXM6Vv.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/index-OaaOytLl.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/_commonjsHelpers-BosuxZz1.js" /><script type="module" src="https://www.gene.com/build/assets/header-DyYXM6Vv.js"></script> <script type="text/javascript" src="https://www.gene.com/assets/frontend/js/custom/galaxySearch.js"></script> <script src="/assets/frontend/js/vendor/jquery-1.7.2.min.js"></script> <script src="/assets/frontend/js/vendor/select2/dist/js/select2.full.min.js"></script> <script src="/assets/frontend/js/vendor/magnific-popup/dist/jquery.magnific-popup.min.js"></script> <script src="/assets/frontend/js/vendor/FitText.js/jquery.fittext.js"></script> <link rel="preload" as="style" href="https://www.gene.com/build/assets/main-site-DPpHmyQP.css" /><link rel="modulepreload" href="https://www.gene.com/build/assets/gene-scripts-f_I1C7nR.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/main-site-Cl_9bscq.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/_commonjsHelpers-BosuxZz1.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/base-component-o8ldAQHQ.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/window-events-B7aJfebw.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/product-select-Q4_aKJ6E.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/icons-loader-BY2iGxc9.js" /><link rel="stylesheet" href="https://www.gene.com/build/assets/main-site-DPpHmyQP.css" /><script type="module" src="https://www.gene.com/build/assets/gene-scripts-f_I1C7nR.js"></script><script type="module" src="https://www.gene.com/build/assets/main-site-Cl_9bscq.js"></script><script type="module" src="https://www.gene.com/build/assets/product-select-Q4_aKJ6E.js"></script><script type="module" src="https://www.gene.com/build/assets/icons-loader-BY2iGxc9.js"></script> <script> jQ.unq(); jQuery(function() { // Initialize custom classes for (var classname in Gene.custom) { if (classname != 'configs') { Gene.custom[classname].init(); } } }); </script> <script type="text/javascript" src="/assets/frontend/infographics/js/polyfills.js"></script> <script type="text/javascript" src="/assets/frontend/infographics/js/vendor.js"></script> <script type="text/javascript" src="/assets/frontend/infographics/js/infographics.js"></script> <link rel="modulepreload" href="https://www.gene.com/build/assets/slideshow-C5d_O7dE.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/index-OaaOytLl.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/index-D7yXip7F.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/_commonjsHelpers-BosuxZz1.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/useIntersectionObserver-D1WSZx0D.js" /><script type="module" src="https://www.gene.com/build/assets/slideshow-C5d_O7dE.js"></script> </body> </html>