CINXE.COM
Brooklyn Vet Center | Veterans Affairs
<!DOCTYPE html><!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]--><!--[if IE 7 ]> <html lang="en" class="ie7"> <![endif]--><!--[if IE 8 ]> <html lang="en" class="ie8"> <![endif]--><!--[if IE 9 ]> <html lang="en" class="ie9"> <![endif]--><!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]--><!-- layout: vet_center.drupal.liquid path: brooklyn-vet-center entityId: 3601 --><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Preconnecting required origins: https://web.dev/uses-rel-preconnect/ --> <link rel="preconnect" href="https://www.googletagmanager.com"> <!-- Index only pages on production. --> <!-- Add metatags. --> <!-- Canonical URL --> <link rel="canonical" href="https://www.va.gov/brooklyn-vet-center/"> <!-- Last updated --> <!-- Last updated --> <!-- Mobile App Promo Banners config --> <!-- End Mobile App Promo Banners config --> <!-- og:url --> <meta property="og:url" content="https://www.va.gov/brooklyn-vet-center/"> <!-- og:type --> <meta property="og:type" content="website"> <!-- article:tags --> <!-- Custom metatags --> <meta name="description" content="We offer confidential help for Veterans, service members, and their families at no cost in a non-medical setting. Our services include counseling for needs such as depression, post traumatic stress disorder (PTSD), and the psychological effects of military sexual trauma (MST). We can also connect you with more support in VA and your community."> <link rel="image_src" href="https://www.va.gov/img/design/logo/va-og-image.png"> <meta property="og:description" content="We offer confidential help for Veterans, service members, and their families at no cost in a non-medical setting. Our services include counseling for needs such as depression, post traumatic stress disorder (PTSD), and the psychological effects of military sexual trauma (MST). We can also connect you with more support in VA and your community."> <meta property="og:image" content="/img/styles/3_2_medium_thumbnail/public/2022-02/25%20chapel%20st%20entrnce%20.png"> <meta property="og:image:alt" content="BKVC"> <meta property="og:site_name" content="Veterans Affairs"> <meta property="og:title" content="Brooklyn Vet Center | Veterans Affairs"> <title>Brooklyn Vet Center | Veterans Affairs</title> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:image" content="/img/styles/3_2_medium_thumbnail/public/2022-02/25%20chapel%20st%20entrnce%20.png"> <meta name="twitter:image:alt" content="BKVC"> <meta name="twitter:site" content="@DeptVetAffairs"> <meta name="twitter:title" content="Brooklyn Vet Center | Veterans Affairs"> <!-- Default metatags --> <!-- Add polyfills. --> <script nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj" nomodule data-entry-name="polyfills.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/polyfills.entry.js"></script> <!-- Add analytics helpers. --> <script nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> /** * An alias for window.dataLayer.push made available under the window so that it is accessible in content files. * @module module:record-event * @see https://developers.google.com/tag-manager/devguide * @see module:platform/monitoring/record-event * @param {object} data - The event data that will be sent to GA. */ window.dataLayer = [] || window.dataLayer; window.recordEvent = function(data) { return window.dataLayer.push(data); }; window.recordMultipleEvents = function (events){ events.forEach(event => recordEvent(event)) } </script> <!-- Add web components. --> <link rel="stylesheet" data-entry-name="web-components.css" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/web-components.css"> <script nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj" defer data-entry-name="web-components.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/web-components.entry.js"></script> <!-- Render GA template. --> <script data-e2e="analytics-script" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> (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-WFJWBD'); (function(window) { function withFormContent(acc, data) { //console.log("acc.content data",data.Content); acc.content = data.Content; } function withFeedbackUUID(acc, data) { acc.feedbackUUID = data.Feedback_UUID; } function mEvent(name, action, opts) { opts = opts || {}; var custom = opts.custom; var label = opts.label; function handle(event) { var start = +new Date(); var cm = window.cm || function() {}; var mData = event.detail; var eData = { category: 'Medallia', action: action, label: label || mData.Form_Type, value: mData.Form_ID, myParams: {}, }; if (custom) { for (var i = 0; i < custom.length; i++) custom[i](eData.myParams, mData); } var end = +new Date(); console.log('send', 'event', eData, end - start); recordEvent({ event: eData.action, 'survey-tool': eData.category, 'survey-form-id': eData.value, 'survey-status': eData.label, 'survey-details': eData.myParams, }); } window.addEventListener('MDigital_' + name, handle); } mEvent('ShowForm_Called', 'survey-show-form-call'); mEvent('Form_Displayed', 'survey-start-form'); mEvent('Form_Next_Page', 'survey-next-click'); mEvent('Form_Back_Page', 'survey-back-click'); mEvent('Form_Close_Submitted', 'survey-submit-close'); mEvent('Form_Close_No_Submit', 'survey-no-submit-close'); mEvent('Feedback_Submit', 'survey-submit', { custom: [withFeedbackUUID, withFormContent], }); mEvent('Submit_Feedback', 'survey--submission', { custom: [withFeedbackUUID, withFormContent], }); mEvent('Feedback_Button_Clicked', 'survey-button-click', { custom: [withFeedbackUUID], }); mEvent('ThankYou_Displayed', 'survey--submission-successful', { custom: [withFeedbackUUID, withFormContent], }); mEvent('Invite_Displayed', 'survey-invitation-display', { label: 'Invite', }); mEvent('Invite_Accepted', 'survey-invitation-accept', { label: 'Invite', }); mEvent('Invite_Declined', 'survey-invitation-decline', { label: 'Invite', }); mEvent('Invite_Skipped', 'survey-invitation-skip', { label: 'Invite', }); })(window); recordEvent({ environment: 'vagovprod' }); if ( self !== top ) { recordEvent({ event: 'iframed', embeddedIn: document.referrer }); } </script> <!-- Add Icons. --> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon.png" rel="apple-touch-icon-precomposed"> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon-72x72.png" rel="apple-touch-icon-precomposed" sizes="72x72"> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon-114x114.png" rel="apple-touch-icon-precomposed" sizes="114x114"> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon-152x152.png" rel="apple-touch-icon-precomposed" sizes="144x144"> <link rel="shortcut icon" href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/favicon.ico"> <meta name="msapplication-TileImage" content="/img/design/icons/apple-touch-icon-114x114"> <meta name="msapplication-TileColor" content="#144073"> <!-- Preload main fonts --> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/sourcesanspro-bold-webfont.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/sourcesanspro-regular-webfont.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/bitter-bold.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin> <!-- CSS --> <link rel="stylesheet" data-entry-name="style.css" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/style.css"> <link rel="stylesheet" data-entry-content="content-build.css" href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/assets/content-build.css"> <link rel="stylesheet" data-entry-name="static-pages.css" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/static-pages.css"> <!-- Old IE --> <!--[if lt IE 9]> <link rel='stylesheet' href='/assets/css/ie.css'> <![endif]--> <script nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj" defer data-entry-name="vendor.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/vendor.entry.js"></script> <script nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj" defer data-entry-name="static-pages.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/static-pages.entry.js"></script> <!-- We participate in the US government’s analytics program. See the data at analytics.usa.gov. https://github.com/digital-analytics-program/gov-wide-code --> <script async type="text/javascript" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=VA" id="_fed_an_ua_tag"></script> <script nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj" type="text/javascript"> function focusContent(e) { e.preventDefault(); const contentElement = document.querySelector('#content h1') || document.querySelector('#content'); contentElement.setAttribute('tabindex', '-1'); contentElement.addEventListener('blur', function(event) { event.target.removeAttribute('tabindex'); }, true); window.scrollTo(0, contentElement.offsetTop); contentElement.focus(); } window.VetsGov = window.VetsGov || {}; window.VetsGov.headerFooter = JSON.parse("{\"footerData\":[{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/accessibility-at-va\",\"order\":1,\"target\":null,\"title\":\"Accessibility\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/resources/your-civil-rights-and-how-to-file-a-discrimination-complaint/\",\"order\":2,\"target\":null,\"title\":\"Civil Rights\"},{\"column\":\"bottom_rail\",\"href\":\"https://department.va.gov/foia/\",\"order\":3,\"target\":null,\"title\":\"Freedom of Information Act (FOIA)\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/report-harassment/\",\"order\":4,\"target\":null,\"title\":\"Harassment\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/oig/\",\"order\":5,\"target\":null,\"title\":\"Office of Inspector General\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/opa/Plain_Language.asp\",\"order\":6,\"target\":null,\"title\":\"Plain language\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/privacy-policy/\",\"order\":7,\"target\":null,\"title\":\"Privacy, policies, and legal information\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.oprm.va.gov/\",\"order\":8,\"target\":null,\"title\":\"VA Privacy Service\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/ormdi/NOFEAR_Select.asp\",\"order\":9,\"target\":null,\"title\":\"No FEAR Act Data\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.usa.gov/\",\"order\":10,\"target\":null,\"title\":\"USA.gov\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/performance-dashboard/\",\"order\":11,\"target\":null,\"title\":\"VA performance dashboard\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/veterans-portrait-project/\",\"order\":12,\"target\":null,\"title\":\"Veterans Portrait Project\"},{\"column\":1,\"href\":\"https://www.va.gov/homeless/\",\"order\":1,\"target\":null,\"title\":\"Homeless Veterans\"},{\"column\":1,\"href\":\"https://www.va.gov/womenvet/\",\"order\":2,\"target\":null,\"title\":\"Women Veterans\"},{\"column\":1,\"href\":\"https://www.va.gov/centerforminorityveterans/\",\"order\":3,\"target\":null,\"title\":\"Minority Veterans\"},{\"column\":1,\"href\":\"https://www.patientcare.va.gov/lgbt/\",\"order\":4,\"target\":null,\"title\":\"LGBTQ+ Veterans\"},{\"column\":1,\"href\":\"https://www.ptsd.va.gov/\",\"order\":5,\"target\":null,\"title\":\"PTSD\"},{\"column\":1,\"href\":\"https://www.mentalhealth.va.gov/\",\"order\":6,\"target\":null,\"title\":\"Mental health\"},{\"column\":1,\"href\":\"https://department.va.gov/veteran-sports/\",\"order\":7,\"target\":null,\"title\":\"Adaptive sports and special events\"},{\"column\":1,\"href\":\"https://www.va.gov/outreach-and-events/events/\",\"order\":8,\"target\":null,\"title\":\"VA outreach events\"},{\"column\":1,\"href\":\"https://www.nrd.gov/\",\"order\":9,\"target\":null,\"title\":\"National Resource Directory\"},{\"column\":2,\"href\":\"https://www.va.gov/find-forms/\",\"order\":1,\"target\":null,\"title\":\"VA forms\"},{\"column\":2,\"href\":\"https://www.accesstocare.va.gov/\",\"order\":2,\"target\":null,\"title\":\"VA health care access and quality\"},{\"column\":2,\"href\":\"https://www.va.gov/get-help-from-accredited-representative\",\"order\":3,\"target\":null,\"title\":\"Get help from an accredited representative or VSO\"},{\"column\":2,\"href\":\"https://www.mobile.va.gov/appstore/\",\"order\":4,\"target\":null,\"title\":\"VA mobile apps\"},{\"column\":2,\"href\":\"https://department.va.gov/about/state-departments-of-veterans-affairs-office-locations/\",\"order\":5,\"target\":null,\"title\":\"State Veterans Affairs offices\"},{\"column\":2,\"href\":\"https://www.va.gov/opal/fo/dbwva.asp\",\"order\":6,\"target\":null,\"title\":\"Doing business with VA\"},{\"column\":2,\"href\":\"https://www.va.gov/jobs/\",\"order\":7,\"target\":null,\"title\":\"Careers at VA\"},{\"column\":2,\"href\":\"https://www.va.gov/outreach-and-events/outreach-materials\",\"order\":8,\"target\":null,\"title\":\"VA outreach materials\"},{\"column\":2,\"href\":\"https://www.va.gov/welcome-kit/\",\"order\":9,\"target\":null,\"title\":\"Your VA welcome kit\"},{\"column\":3,\"href\":\"https://news.va.gov/\",\"order\":1,\"target\":null,\"title\":\"VA news\"},{\"column\":3,\"href\":\"https://www.va.gov/opa/pressrel/\",\"order\":2,\"target\":null,\"title\":\"Press releases\"},{\"column\":3,\"href\":\"https://public.govdelivery.com/accounts/USVA/subscriber/new/\",\"order\":3,\"target\":null,\"title\":\"Email updates\"},{\"column\":3,\"href\":\"https://www.facebook.com/VeteransAffairs\",\"order\":4,\"target\":null,\"title\":\"Facebook\"},{\"column\":3,\"href\":\"https://www.instagram.com/deptvetaffairs/\",\"order\":5,\"target\":null,\"title\":\"Instagram\"},{\"column\":3,\"href\":\"https://www.twitter.com/DeptVetAffairs/\",\"order\":6,\"target\":null,\"title\":\"Twitter\"},{\"column\":3,\"href\":\"https://www.flickr.com/photos/VeteransAffairs/\",\"order\":7,\"target\":null,\"title\":\"Flickr\"},{\"column\":3,\"href\":\"https://www.youtube.com/user/DeptVetAffairs\",\"order\":8,\"target\":null,\"title\":\"YouTube\"},{\"column\":3,\"href\":\"https://digital.va.gov/web-governance/social-media/social-media-sites/\",\"order\":9,\"target\":null,\"title\":\"All VA social media\"},{\"column\":4,\"href\":\"https://www.va.gov/resources/\",\"order\":1,\"target\":null,\"title\":\"Resources and support\"},{\"column\":4,\"href\":\"https://www.va.gov/contact-us/\",\"order\":2,\"target\":null,\"title\":\"Contact us\"},{\"column\":4,\"label\":\"Call us\",\"href\":\"tel:18006982411\",\"order\":3,\"target\":null,\"title\":\"800-698-2411\"},{\"ariaLabel\":\"TTY: 7 1 1.\",\"column\":4,\"href\":\"tel:+1711\",\"order\":4,\"target\":null,\"title\":\"TTY: 711\"},{\"column\":4,\"label\":\"Visit a medical center or regional office\",\"href\":\"https://www.va.gov/find-locations/\",\"order\":5,\"target\":null,\"title\":\"Find a VA location\"}],\"megaMenuData\":[{\"title\":\"VA Benefits and Health Care\",\"menuSections\":[{\"title\":\"Health care\",\"links\":{\"seeAllLink\":{\"text\":\"View all in health care\",\"href\":\"https://www.va.gov/health-care\"},\"columnOne\":{\"title\":\"Get health care benefits\",\"links\":[{\"text\":\"About VA health benefits\",\"href\":\"https://www.va.gov/health-care/about-va-health-benefits\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/health-care/how-to-apply\"},{\"text\":\"Family and caregiver health benefits\",\"href\":\"https://www.va.gov/health-care/family-caregiver-benefits\"},{\"text\":\"Apply now for health care\",\"href\":\"https://www.va.gov/health-care/apply/application\"}]},\"columnTwo\":{\"title\":\"Manage your health\",\"links\":[{\"text\":\"Refill and track your prescriptions\",\"href\":\"https://www.va.gov/health-care/refill-track-prescriptions\"},{\"text\":\"Send a secure message to your health care team\",\"href\":\"https://www.va.gov/health-care/secure-messaging\"},{\"text\":\"Schedule and manage health appointments\",\"href\":\"https://www.va.gov/health-care/schedule-view-va-appointments\"},{\"text\":\"View your lab and test results\",\"href\":\"https://www.va.gov/health-care/view-test-and-lab-results\"},{\"text\":\"Order medical supplies\",\"href\":\"https://www.va.gov/health-care/order-medical-supplies\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/health-care.png\",\"alt\":\"\"},\"link\":{\"text\":\"The PACT Act and your VA benefits\",\"href\":\"https://www.va.gov/resources/the-pact-act-and-your-va-benefits/\"},\"description\":\"Learn what this law means for Veterans and their survivors.\"}}},{\"title\":\"Disability\",\"links\":{\"seeAllLink\":{\"text\":\"View all in disability\",\"href\":\"https://www.va.gov/disability\"},\"columnOne\":{\"title\":\"Get disability benefits\",\"links\":[{\"text\":\"Eligibility\",\"href\":\"https://www.va.gov/disability/eligibility\"},{\"text\":\"How to file a claim\",\"href\":\"https://www.va.gov/disability/how-to-file-claim\"},{\"text\":\"Survivor and dependent compensation (DIC)\",\"href\":\"https://www.va.gov/family-and-caregiver-benefits/survivor-compensation/dependency-indemnity-compensation\"},{\"text\":\"File a claim online\",\"href\":\"https://www.va.gov/disability/file-disability-claim-form-21-526ez/\"}]},\"columnTwo\":{\"title\":\"Manage your benefits\",\"links\":[{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"},{\"text\":\"View your payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Upload evidence to support your claim\",\"href\":\"https://www.va.gov/disability/upload-supporting-evidence\"},{\"text\":\"File for a VA disability increase\",\"href\":\"https://www.va.gov/disability/file-disability-claim-form-21-526ez/\"},{\"text\":\"Request a decision review or appeal\",\"href\":\"https://www.va.gov/decision-reviews\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/disability.png\",\"alt\":\"\"},\"link\":{\"text\":\"Fully Developed Claims program\",\"href\":\"https://www.va.gov/disability/how-to-file-claim/evidence-needed/fully-developed-claims\"},\"description\":\"Use this program to get a faster decision by submitting evidence along with your claim.\"}}},{\"title\":\"Education and training\",\"links\":{\"seeAllLink\":{\"text\":\"View all in education\",\"href\":\"https://www.va.gov/education\"},\"columnOne\":{\"title\":\"Get education benefits\",\"links\":[{\"text\":\"About GI Bill benefits\",\"href\":\"https://www.va.gov/education/about-gi-bill-benefits\"},{\"text\":\"Eligibility\",\"href\":\"https://www.va.gov/education/eligibility\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/education/how-to-apply\"},{\"text\":\"Veteran Readiness and Employment (Chapter 31)\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation\"},{\"text\":\"Education and career benefits for family members\",\"href\":\"https://www.va.gov/family-and-caregiver-benefits/education-and-careers\"}]},\"columnTwo\":{\"title\":\"Manage your benefits\",\"links\":[{\"text\":\"View your VA payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Check your remaining Post-9/11 GI Bill benefits\",\"href\":\"https://www.va.gov/education/check-remaining-post-9-11-gi-bill-benefits\"},{\"text\":\"Transfer your Post-9/11 GI Bill benefits\",\"href\":\"https://www.va.gov/education/transfer-post-9-11-gi-bill-benefits\"},{\"text\":\"Verify your school enrollment\",\"href\":\"https://www.va.gov/education/verify-school-enrollment\"},{\"text\":\"Change your direct deposit information\",\"href\":\"https://www.va.gov/change-direct-deposit\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/education.png\",\"alt\":\"\"},\"link\":{\"text\":\"GI Bill\u00AE Comparison Tool\",\"href\":\"https://www.va.gov/education/gi-bill-comparison-tool\"},\"description\":\"Learn about education programs and compare benefits by school.\"}}},{\"title\":\"Careers and employment\",\"links\":{\"seeAllLink\":{\"text\":\"View all in careers and employment\",\"href\":\"https://www.va.gov/careers-employment\"},\"columnOne\":{\"title\":\"Get employment benefits\",\"links\":[{\"text\":\"About Veteran Readiness and Employment (VR&E)\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation/how-to-apply\"},{\"text\":\"Educational and career counseling\",\"href\":\"https://www.va.gov/careers-employment/education-and-career-counseling\"},{\"text\":\"Veteran-owned small business support\",\"href\":\"https://www.va.gov/careers-employment/veteran-owned-business-support\"},{\"text\":\"Apply for VR&E benefits\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation/apply-vre-form-28-1900/\"}]},\"columnTwo\":{\"title\":\"Manage your career\",\"links\":[{\"text\":\"VA transition assistance\",\"href\":\"https://www.benefits.va.gov/tap/\"},{\"text\":\"Find a job\",\"href\":\"https://www.dol.gov/veterans/findajob/\"},{\"text\":\"Find VA careers and support\",\"href\":\"https://www.va.gov/jobs/\"},{\"text\":\"Print your civil service preference letter\",\"href\":\"https://www.va.gov/records/download-va-letters\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/careers.png\",\"alt\":\"\"},\"link\":{\"text\":\"VA for Vets\",\"href\":\"https://www.vaforvets.va.gov/\"},\"description\":\"Get help transitioning to a civilian career and matching your skills and experiences to VA job opportunities.\"}}},{\"title\":\"Pension\",\"links\":{\"seeAllLink\":{\"text\":\"View all in pension\",\"href\":\"https://www.va.gov/pension\"},\"columnOne\":{\"title\":\"Get pension benefits\",\"links\":[{\"text\":\"Veterans Pension eligibility\",\"href\":\"https://www.va.gov/pension/eligibility\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/pension/how-to-apply\"},{\"text\":\"Apply now for a Veterans Pension\",\"href\":\"https://www.va.gov/pension/application/527EZ\"},{\"text\":\"Aid and attendance benefits and housebound allowance\",\"href\":\"https://www.va.gov/pension/aid-attendance-housebound\"},{\"text\":\"Survivors Pension\",\"href\":\"https://www.va.gov/family-and-caregiver-benefits/survivor-compensation/survivors-pension\"}]},\"columnTwo\":{\"title\":\"Manage your benefits\",\"links\":[{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"},{\"text\":\"View your VA payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Change your address\",\"href\":\"https://www.va.gov/change-address\"},{\"text\":\"Change your direct deposit information\",\"href\":\"https://www.va.gov/change-direct-deposit\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/pension.png\",\"alt\":\"\"},\"link\":{\"text\":\"Get your pension payments electronically\",\"href\":\"https://www.godirect.gov/gpw\"},\"description\":\"Sign up for direct deposit or a pre-paid debit card.\"}}},{\"title\":\"Housing assistance\",\"links\":{\"seeAllLink\":{\"text\":\"View all in housing assistance\",\"href\":\"https://www.va.gov/housing-assistance\"},\"columnOne\":{\"title\":\"Get home loan benefits\",\"links\":[{\"text\":\"About VA home loan types\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/loan-types\"},{\"text\":\"How to request a COE\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/how-to-request-coe\"},{\"text\":\"Check your COE status\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/check-coe-status\"},{\"text\":\"Request a COE online\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/request-coe-form-26-1880\"}]},\"columnTwo\":{\"title\":\"Get Veterans housing grants\",\"links\":[{\"text\":\"About disability housing grants\",\"href\":\"https://www.va.gov/housing-assistance/disability-housing-grants\"},{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"},{\"text\":\"How to apply for an SAH grant\",\"href\":\"https://www.va.gov/housing-assistance/disability-housing-grants/how-to-apply\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/housing.png\",\"alt\":\"\"},\"link\":{\"text\":\"National Call Center for Homeless Veterans\",\"href\":\"https://www.va.gov/homeless/nationalcallcenter.asp\"},\"description\":\"Find out how we can help you or a Veteran you care about connect with VA and local resources 24 hours a day, 7 days a week.\"}}},{\"title\":\"Life insurance\",\"links\":{\"seeAllLink\":{\"text\":\"View all in life insurance\",\"href\":\"https://www.va.gov/life-insurance\"},\"columnOne\":{\"title\":\"Get life insurance\",\"links\":[{\"text\":\"About life insurance options\",\"href\":\"https://www.va.gov/life-insurance/options-eligibility\"},{\"text\":\"Benefits for totally disabled or terminally ill policyholders\",\"href\":\"https://www.va.gov/life-insurance/totally-disabled-or-terminally-ill\"},{\"text\":\"Beneficiary financial counseling and online will preparation\",\"href\":\"https://www.benefits.va.gov/insurance/bfcs.asp\"}]},\"columnTwo\":{\"title\":\"Manage your life insurance\",\"links\":[{\"text\":\"Access your policy online\",\"href\":\"https://www.va.gov/life-insurance/manage-your-policy\"},{\"text\":\"Update your beneficiaries\",\"href\":\"https://www.benefits.va.gov/INSURANCE/updatebene.asp\"},{\"text\":\"File a claim for insurance benefits\",\"href\":\"https://www.benefits.va.gov/INSURANCE/sglivgli.asp\"},{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/life-insurance.png\",\"alt\":\"\"},\"link\":{\"text\":\"Learn how to apply for Veterans Affairs Life Insurance (VALife)\",\"href\":\"https://www.va.gov/life-insurance/options-eligibility/valife\"},\"description\":\"VALife is our new life insurance program for Veterans with service-connected disabilities.\"}}},{\"title\":\"Burials and memorials\",\"links\":{\"seeAllLink\":{\"text\":\"View all in burials and memorials\",\"href\":\"https://www.va.gov/burials-memorials\"},\"columnOne\":{\"title\":\"Get burial benefits\",\"links\":[{\"text\":\"Eligibility\",\"href\":\"https://www.va.gov/burials-memorials/eligibility\"},{\"text\":\"Pre-need burial eligibility determination\",\"href\":\"https://www.va.gov/burials-memorials/pre-need-eligibility\"},{\"text\":\"Veteran burial allowance\",\"href\":\"https://www.va.gov/burials-memorials/veterans-burial-allowance\"},{\"text\":\"Memorial items\",\"href\":\"https://www.va.gov/burials-memorials/memorial-items\"},{\"text\":\"Survivor and dependent compensation (DIC)\",\"href\":\"https://www.va.gov/disability/dependency-indemnity-compensation\"}]},\"columnTwo\":{\"title\":\"Plan a burial\",\"links\":[{\"text\":\"Schedule a burial for a Veteran or family member\",\"href\":\"https://www.va.gov/burials-memorials/schedule-a-burial\"},{\"text\":\"Find a cemetery\",\"href\":\"https://www.cem.va.gov/cems/listcem.asp\"},{\"text\":\"Request military records (DD214)\",\"href\":\"https://www.va.gov/records/get-military-service-records\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/burials.png\",\"alt\":\"\"},\"link\":{\"text\":\"Find National Cemetery Administration Information\",\"href\":\"https://www.cem.va.gov/\"},\"description\":\"Locate a grave, search for cemeteries, and find benefits information and resources.\"}}},{\"title\":\"Records\",\"links\":{\"seeAllLink\":{\"text\":\"View all in records\",\"href\":\"https://www.va.gov/records\"},\"columnOne\":{\"title\":\"Get your records\",\"links\":[{\"text\":\"Get your VA medical records (Blue Button)\",\"href\":\"https://www.va.gov/health-care/get-medical-records\"},{\"text\":\"Download your VA benefits letters\",\"href\":\"https://www.va.gov/records/download-va-letters\"},{\"text\":\"How to request a VA home loan Certificate of Eligibility (COE)\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/how-to-request-coe\"},{\"text\":\"Get Veteran ID cards\",\"href\":\"https://www.va.gov/records/get-veteran-id-cards\"}]},\"columnTwo\":{\"title\":\"Manage your records\",\"links\":[{\"text\":\"Request your military records (DD214)\",\"href\":\"https://www.va.gov/records/get-military-service-records\"},{\"text\":\"Change your address\",\"href\":\"https://www.va.gov/change-address\"},{\"text\":\"How to apply for a discharge upgrade\",\"href\":\"https://www.va.gov/discharge-upgrade-instructions\"},{\"text\":\"View your VA payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Search historical military records (National Archives)\",\"href\":\"https://www.archives.gov/\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/records.png\",\"alt\":\"\"},\"link\":{\"text\":\"Confirm your VA benefit status\",\"href\":\"https://www.va.gov/records/download-va-letters\"},\"description\":\"Download letters like your eligibility or award letter for certain benefits.\"}}},{\"title\":\"Service member benefits\",\"text\":\"Service member benefits\",\"href\":\"https://www.va.gov/service-member-benefits\"},{\"title\":\"Family member benefits\",\"text\":\"Family member benefits\",\"href\":\"https://www.va.gov/family-member-benefits\"}]},{\"title\":\"About VA\",\"menuSections\":{\"mainColumn\":{\"title\":\"VA organizations\",\"links\":[{\"text\":\"Veterans Health Administration\",\"href\":\"https://www.va.gov/health\"},{\"text\":\"Veterans Benefits Administration\",\"href\":\"https://www.benefits.va.gov/benefits/\"},{\"text\":\"National Cemetery Administration\",\"href\":\"https://www.cem.va.gov/\"},{\"text\":\"VA Leadership\",\"href\":\"https://department.va.gov/biographies/?_bio_position=assistant-secretary%2Cchairman%2Cdeputy-secretary%2Cgeneral-counsel%2Cinspector-general%2Cprincipal-executive-director%2Csecretary%2Cunder-secretary%2Cva-chief-of-staff/%3Fredirect%3D1%2Cva-chief-of-staff\"},{\"text\":\"Public Affairs\",\"href\":\"https://department.va.gov/administrations-and-offices/public-and-intergovernmental-affairs/\"},{\"text\":\"Congressional Affairs\",\"href\":\"https://www.va.gov/oca/index.asp\"},{\"text\":\"All VA offices and organizations\",\"href\":\"https://department.va.gov/about/\"}]},\"columnOne\":{\"title\":\"Innovation at VA\",\"links\":[{\"text\":\"Health research\",\"href\":\"https://www.research.va.gov/\"},{\"text\":\"Public health\",\"href\":\"https://www.publichealth.va.gov/\"},{\"text\":\"VA open data\",\"href\":\"https://www.va.gov/data/\"},{\"text\":\"Veterans analysis and statistics\",\"href\":\"https://www.va.gov/VETDATA/index.asp\"},{\"text\":\"Appeals modernization\",\"href\":\"https://www.benefits.va.gov/benefits/appeals.asp\"},{\"text\":\"VA Innovation Center\",\"href\":\"https://www.innovation.va.gov/\"},{\"text\":\"Recovery Act\",\"href\":\"https://www.va.gov/recovery/\"}]},\"columnTwo\":{\"title\":\"Learn about VA\",\"links\":[{\"text\":\"About VA\",\"href\":\"https://department.va.gov/about/\"},{\"text\":\"History of VA\",\"href\":\"https://department.va.gov/history/\"},{\"text\":\"VA plans, budget, finances, and performance\",\"href\":\"https://department.va.gov/about/va-plans-budget-finances-and-performance/\"},{\"text\":\"National cemetery history program\",\"href\":\"https://www.cem.va.gov/cem/history/index.asp\"},{\"text\":\"Veterans legacy program\",\"href\":\"https://www.cem.va.gov/cem/legacy/index.asp\"},{\"text\":\"Volunteer or donate\",\"href\":\"https://www.volunteer.va.gov/index.asp\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/2023-11/disability%20icon.png\",\"alt\":\"Paper icon\"},\"link\":{\"text\":\"Agency Financial Report\",\"href\":\"https://department.va.gov/administrations-and-offices/management/finance/agency-financial-report/\"},\"description\":\"View the FY 2024 report that includes VA accomplishments with taxpayer dollars and the challenges that remain.\"}}},{\"title\":\"Find a VA Location\",\"href\":\"https://www.va.gov/find-locations\"}]}"); </script> <script defer type="text/javascript" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj" src="https://resource.digital.voice.va.gov/wdcvoice/2/onsite/embed.js" async></script> </head> <body class=" merger"> <div id="announcement-root"></div> <!-- Draft status --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WFJWBD" height="0" width="0" class="csp-inline-patch-footer"></iframe></noscript> <a class="show-on-focus" href="#content" id="63ca36a9579271255dd512e4667a6f9d">Skip to Content</a> <!-- Header Default--> <header class="header" role="banner" id="header-default"> <!-- Mobile Layout --> <div data-widget-type="header" data-show="true" data-show-nav-login="true" data-show-mega-menu="true" id="header-v2"></div> <!-- Tablet/Desktop Layout --> <div id="legacy-header" class="vads-u-display--none"> <div class="va-notice--banner"> <div class="va-notice--banner-inner"> <div class="usa-banner"> <div class="usa-accordion"> <div class="usa-banner-header"> <div class="usa-grid usa-banner-inner"> <img src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/tiny-usa-flag.png" alt="U.S. flag" height="20" width="20"> <p>An official website of the United States government</p> <button id="usa-banner-toggle" class="usa-accordion-button usa-banner-button" aria-expanded="false" aria-controls="gov-banner"> <span class="usa-banner-button-text">Here’s how you know</span> </button> </div> </div> <div class="usa-banner-content usa-grid usa-accordion-content" id="gov-banner" aria-hidden="true"> <div class="usa-banner-guidance-gov usa-width-one-half"> <img class="usa-banner-icon usa-media_block-img" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/icon-dot-gov.svg" alt="Dot gov"> <div class="usa-media_block-body"> <p> <strong>The .gov means it’s official.</strong> <br> Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you're on a federal government site. </p> </div> </div> <div class="usa-banner-guidance-ssl usa-width-one-half"> <img class="usa-banner-icon usa-media_block-img" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/icon-https.svg" alt="SSL"> <div class="usa-media_block-body"> <p> <strong>The site is secure.</strong> <br> The <strong>https://</strong> ensures that you're connecting to the official website and that any information you provide is encrypted and sent securely. </p> </div> </div> </div> </div> </div> </div> <div class="va-crisis-line-container vads-u-background-color--secondary-darkest"> <button class="va-crisis-line va-overlay-trigger vads-u-background-color--secondary-darkest" data-show="#modal-crisisline" id="cae7c281c04f5296dfae9eaff3068726"> <div class="va-crisis-line-inner"> <span class="va-crisis-line-icon" aria-hidden="true"></span> <span class="va-crisis-line-text" id="7de073489278ef673eca4ccd6b585d14">Talk to the <strong>Veterans Crisis Line</strong> now</span> <img alt aria-hidden="true" class="va-crisis-line-arrow" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/arrow-right-white.svg"> </div> </button> </div> </div> <!-- /header alert box --> <div class="row va-flex usa-grid usa-grid-full" id="va-header-logo-menu"> <div class="va-header-logo-wrapper"> <a href="/" class="va-header-logo"> <img src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/header-logo.png" alt="VA logo and Seal, U.S. Department of Veterans Affairs" height="59" width="264"> </a> </div> <div id="va-nav-controls"></div> <div class="medium-screen:vads-u-display--none usa-grid usa-grid-full"> <div class="menu-rule usa-one-whole"></div> <div class="mega-menu" id="mega-menu-mobile"></div> </div> <div id="login-root" class="vet-toolbar"></div> </div> <div class="usa-grid usa-grid-full"> <div class="menu-rule usa-one-whole"></div> <div class="mega-menu" id="mega-menu"></div> </div> </div> <!-- Banners --> <!-- Derive visible banners. --> <!-- Banners --> <!-- Situation Updates banner --> <div data-widget-type="situation-updates-banner"></div> <!-- Maintenance banner --> <div data-widget-type="maintenance-banner"></div> <!-- Derive visible promo banners. --> <!-- Promo Banners --> </header> <!-- Fullwidth banner alerts --> <script nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj" type="text/javascript"> (function() { var isIe = /(trident|msie)/i.test(navigator.userAgent); if (isIe && document.getElementById && window.addEventListener) { window.addEventListener('hashchange', function skipLinkFocus() { var id = location.hash.substring(1); var element; if (!/^[A-z0-9_-]+$/.test(id)) { return; } element = document.getElementById(id); if (element) { if (!/^(?:a|select|input|button|textarea)$/i.test(element.tagName)) { element.tabIndex = -1; } element.focus(); } }); } })(); </script> <script type="text/javascript" defer nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> window.onload = function() { const contentElement = document.querySelector('.smartbanner'); if(contentElement){ contentElement.style.top = '-84px' } }; </script> <div class="vads-u-padding-x--1p5" data-template="includes/breadcrumbs"> <va-breadcrumbs class="row" wrapping> <script nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> const bcComponent = document.querySelector('va-breadcrumbs'); if (bcComponent) { bcComponent.setAttribute('breadcrumb-list', "[{\"href\":\"/\",\"isRouterLink\":false,\"label\":\"VA.gov home\",\"lang\":\"en-US\"},{\"href\":\"/brooklyn-vet-center\",\"isRouterLink\":false,\"label\":\"Brooklyn vet center\",\"lang\":\"en-US\"}]"); } </script> </va-breadcrumbs></div> <div class="interior" id="content"> <main class="va-l-detail-page va-facility-page" lang="en"> <div class="usa-grid usa-grid-full"> <div class="usa-width-three-fourths"> <article class="usa-content va-l-facility-detail vads-u-padding-bottom--0"> <h1>Brooklyn Vet Center</h1> <img src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/vet-centers/vet-center-banner.jpg" alt="Small group of diverse Veterans talking and smiling with a Vet center counselor, American flag in the background." width="1000" height="287" class="vads-u-padding-y--1p5"> <div class="va-introtext"> <p>We offer confidential help for Veterans, service members, and their families at no cost in a non-medical setting. Our services include counseling for needs such as depression, post traumatic stress disorder (PTSD), and the psychological effects of military sexual trauma (MST). We can also connect you with more support in VA and your community.</p> </div> <va-summary-box class="vads-u-margin-bottom--4 medium-screen:vads-u-margin-bottom--0" data-header-id-excluded="true"> <h2 slot="headline">Our commitment</h2> <ul><li>We offer a range of services, from talk therapy to recreational activities. Our team will work with you to identify your goals and make a plan to meet them. We'll help you and your family build meaningful connections to improve your quality of life.</li><li>Our counseling is confidential. We won’t share any information about you or the services you receive without your permission—except in a life-threatening situation. Our records can't be accessed by other VA offices, the Defense Department, military units, or community providers.</li><li>We encourage you to contact us, even if you're not sure you're eligible. We'll find a way to connect you with the help you need.</li></ul> </va-summary-box> <va-on-this-page></va-on-this-page> <h2 id="locations-and-contact-information" class="vads-u-line-height--1 vads-u-margin-bottom--3 vads-u-font-size--lg mobile-lg:vads-u-font-size--xl">Locations and contact information</h2> <div class="region-list usa-grid usa-grid-full vads-u-display--flex vads-u-flex-direction--column mobile-lg:vads-u-flex-direction--row facility"> <div class="usa-width-two-thirds vads-u-display--block vads-u-width--full"> <div> <div> <section> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "Place", "address": { "@type": "PostalAddress", "streetAddress": "25 Chapel Street, Suite 604", "addressLocality": "Brooklyn", "addressRegion": "NY", "postalCode": "11201-1954" }, "name": "Brooklyn Vet Center", "telephone": "718-630-2830", "openingHoursSpecification": [ { "@type": "OpeningHoursSpecification", "dayOfWeek": "https://schema.org/Monday", "opens": "08:00:00", "closes": "16:30:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "https://schema.org/Tuesday", "opens": "08:00:00", "closes": "16:30:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "https://schema.org/Wednesday", "opens": "08:00:00", "closes": "16:30:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "https://schema.org/Thursday", "opens": "08:00:00", "closes": "16:30:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "https://schema.org/Friday", "opens": "08:00:00", "closes": "16:30:00" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "https://schema.org/Saturday", "opens": "", "closes": "" }, { "@type": "OpeningHoursSpecification", "dayOfWeek": "https://schema.org/Sunday", "opens": "", "closes": "" } ], "hasMap": "https://maps.google.com?saddr=Current+Location&daddr=25 Chapel Street, Brooklyn, 11201-1954", "image": ["/img/styles/3_2_medium_thumbnail/public/2022-02/25%20chapel%20st%20entrnce%20.png"], "branchCode": "vc_0105V", "geo": { "@type": "GeoCoordinates", "latitude": "40.69725545", "longitude": "-73.98586084" } } </script> <h3 class="vads-u-font-size--lg vads-u-margin-top--0 vads-u-line-height--1 vads-u-margin-bottom--1" id="main-location">Main Location</h3> <div class="vads-u-margin-bottom--3"> <address> <div>25 Chapel Street</div> <div>Suite 604</div> Brooklyn, NY 11201-1954 </address> <div> <va-link label="Get directions on Google Maps to Brooklyn Vet Center" href="https://maps.google.com?saddr=Current+Location&daddr=25 Chapel Street, Brooklyn, NY 11201-1954" text="Get directions on Google Maps"></va-link> </div> </div> <h4 class="vads-u-font-size--lg vads-u-margin-top--0 vads-u-line-height--1 vads-u-margin-bottom--1"> Direct line</h4> <div class="vads-u-margin-bottom--3"> <div class="main-phone vads-u-margin-bottom--1"> <va-telephone contact="718-630-2830" extension></va-telephone> </div> </div> <div class="vads-u-margin-bottom--0" data-template="hours"> <div> <h3 class="vads-u-font-size--lg vads-u-margin-top--0 vads-u-line-height--1 vads-u-margin-bottom--1" id="hours"> Hours</h3> <div class="vads-u-display--flex vads-u-flex-direction--column mobile-lg:vads-u-flex-direction--row vads-u-margin-bottom--0"> <ul class="vads-u-flex--1 va-c-facility-hours-list vads-u-margin-top--0 vads-u-margin-bottom--1 mobile-lg:vads-u-margin-bottom--0 vads-u-margin-right--3"> <li> <span class="abbreviated-day">Mon.</span> <span> 8:00 a.m. to 4:30 p.m. </span> </li> <li> <span class="abbreviated-day">Tue.</span> <span> 8:00 a.m. to 4:30 p.m. </span> </li> <li> <span class="abbreviated-day">Wed.</span> <span> 8:00 a.m. to 4:30 p.m. </span> </li> <li> <span class="abbreviated-day">Thu.</span> <span> 8:00 a.m. to 4:30 p.m. </span> </li> <li> <span class="abbreviated-day">Fri.</span> <span> 8:00 a.m. to 4:30 p.m. </span> </li> <li> <span class="abbreviated-day">Sat.</span> <span> Closed </span> </li> <li> <span class="abbreviated-day">Sun.</span> <span> Closed </span> </li> </ul> </div> </div> </div> </section> </div> </div> </div> <div class="usa-width-one-third inline-table-helper vads-u-order--first mobile-lg:vads-u-order--initial vads-u-margin-bottom--2 vads-u-margin-left--auto facility"> <img class="facility-img" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/styles/3_2_medium_thumbnail/public/2022-02/25%20chapel%20st%20entrnce%20.png" alt="BKVC" width="480" height="320" id="fc3943d48afb534abf26e948f9091daa"> <div data-widget-type="facility-map" data-facility="vc_0105V"> </div> </div> </div> <div class="vads-u-margin-bottom--3"> <h3 class="vads-u-font-size--lg vads-u-line-height--1 vads-u-margin-bottom--1" id="other-locations"> Other locations</h3> <div> <p class="vads-u-margin-bottom--0 vads-u-line-height--4">Vet Centers are community based to be more accessible in areas where you live. </p> <va-link href="/brooklyn-vet-center/locations" text="View more Brooklyn Vet Center locations"></va-link> </div> </div> <div class="vads-u-font-weight--bold" id="field-cc-non-traditional-hours"> <div data-template="paragraphs/wysiwyg" data-entity-id> <div itemprop="text"> <p>We also have non-traditional hours that change periodically given our community’s needs. Please call us to find out more.</p> </div> </div> </div> <div class="vads-u-margin-bottom--2" id="field-cc-vet-call-center"> <va-alert status="info" id="va-info-alert" uswds> <h3 slot="headline" id="need-help-after-hours"> Need help after hours? </h3> <div> <p>Our call center is available 24/7. Call us anytime at <a href="tel:+18779278387" aria-label="8 7 7. 9 2 7. 8 3 8 7.">877-927-8387</a>.</p> </div> </va-alert> </div> <h2 id="prepare-for-your-visit" class="vads-u-margin-top--0 vads-u-font-size--lg mobile-lg:vads-u-font-size--xl vads-u-margin-bottom--2">Prepare for your visit</h2> <p>Select a topic to learn more.</p> <div class="vads-u-margin-bottom--3"> <va-accordion bordered id="prepare-for-your-visit-accordion-" uswds> <va-accordion-item class="va-accordion-item" id="prepare-for-your-visit-accordion-item-appointments" header="Appointments" level="3" uswds> <p>First-time visitor? Give us a call and let's discuss how we can help. Call <va-telephone contact="718-630-2830" extension></va-telephone>  to schedule an appointment with one of our counselors.</p> <p>After your initial contact with the Brooklyn Vet Center, a staff member will contact you to gather basic information. You can expect to be contacted within 1-3 business days and they get you set up with a counselor. Appointments times are based on counselor availability.</p> <p>Outside of our regular business hours, appointment times can also include Sundays from 08:00 am -4:30 pm and Tuesday - Fridays 08:00 am - 6:30 pm.</p> <p>Same-day services are available in urgent situations.</p> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="prepare-for-your-visit-accordion-item-parking" header="Parking " level="3" uswds> <p>We validate parking for the Edison Park Fast located at 110 Livingston St. It is approximately a 15-minute walk to the Vet Center from the Edison Park Fast garage.</p> <p>Street parking is very limited yet available.</p> <p>Please plan for extra parking time if you choose to drive to the Vet Center.</p> <p>Please adhere to local and city rules for parking and meters.</p> <p> </p> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="prepare-for-your-visit-accordion-item-public-transportation-services" header="Public transportation services" level="3" uswds> <p>The Brooklyn Vet Center is a convenient short walk from the A,C, F and R line at the Jay Street Metro Tech Station, and the B67 Bus at Jay Street and Concord Street.</p> <p>Plan your trip using <a href="https://www.google.com/maps/dir//25+Chapel+St,+Brooklyn,+NY+11201/@40.6973548,-73.9882183,17z/data=!4m8!4m7!1m0!1m5!1m1!1s0x89c25a359fabd2e3:0x7d836f38d0f9be7!2m2!1d-73.9860296!2d40.6973508">Google Maps</a>.</p> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="prepare-for-your-visit-accordion-item-what-to-bring" header="What to bring " level="3" uswds> <p>You do not need to be registered for care at VA, rated for a service-connected disability, or receiving any other form of VA benefits. On your first visit, we will look for one or more of the following:</p> <ul> <li>Discharge documents (such as a DD214)</li> <li>Receipt of certain awards</li> <li>Deployment orders</li> <li>Other documents that show qualifying military service</li> </ul> <p><a href="https://www.va.gov/records/get-military-service-records/">Request your military service records online.</a></p> <p>If you don’t have these documents on-hand, come in and we can work with you to establish your eligibility and answer any questions you might have.</p> </va-accordion-item> </va-accordion> </div> <h2 id="in-the-spot-light" class="vads-u-margin-top--0 vads-u-font-size--lg mobile-lg:vads-u-font-size--xl vads-u-margin-bottom--2">In the spotlight</h2> <div id="field-vet-center-feature-content" class="vads-u-display--flex vads-u-flex-direction--column vads-u-justify-content--space-between medium-screen:vads-u-flex-direction--row vads-u-margin-bottom--4 "> <va-card class="vads-u-flex--fill vads-u-margin-bottom--2 vads-u-margin-right--0 medium-screen:vads-u-margin-x--0p5 spotlight-card"> <h3 class="vads-u-margin-top--0" id="new-vet-centers-and-satellite-">New Vet Centers and Satellite Locations Announced</h3> <div id="featured-content-descriptionNew Vet Centers and Satellite Locations Announced}}"> <p>To improve access to counseling, we are adding three Vet Centers and six satellite locations across the US and its territories. We will continue to expand our program to meet Veteran demand and provide local support to those who served. </p> </div> <va-link active href="https://www.vetcenter.va.gov/New_Vet_Centers.asp" text="View the new locations here!"></va-link> </va-card> <va-card class="vads-u-flex--fill vads-u-margin-bottom--2 vads-u-margin-right--0 medium-screen:vads-u-margin-x--0p5 spotlight-card"> <h3 class="vads-u-margin-top--0" id="caribbean-women-veterans-group">Caribbean Women Veteran's Group</h3> <div id="featured-content-descriptionCaribbean Women Veteran's Group}}"> <p>On Hiatus until relocation</p> </div> </va-card> <va-card class="vads-u-flex--fill vads-u-margin-bottom--2 vads-u-margin-right--0 medium-screen:vads-u-margin-x--0p5 spotlight-card"> <h3 class="vads-u-margin-top--0" id="brooklyn-vet-center-relocation">Brooklyn Vet Center Relocation Veterans Day Celebration</h3> <div id="featured-content-descriptionBrooklyn Vet Center Relocation Veterans Day Celebration}}"> <p>Join us as we say Thank you and goodbye  25 Chapel St and celebrate the Brooklyn Veteran Community. </p> <p> </p> <p> </p> </div> <va-link active href="https://www.eventbrite.com/e/brooklyn-vet-center-moving-party-veterans-day-celebration-tickets-1054947368979?aff=oddtdtcreator" text="RSVP for Brooklyn Moving Party"></va-link> </va-card> </div> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "GovernmentService", "name": "Mental health care", "alternateName": "", "serviceType": "counseling", "serviceOperator": { "@type": "GovernmentOrganization", "name": "US Department of Veterans Affairs" }, "areaServed": { "@type": "AdministrativeArea", "name": "NY" }, "audience": { "@type": "Audience", "name": "Veterans" }, "availableChannel": { "@type": "ServiceChannel", "name": "Vet Center", "availableLanguage": { "@type": "Language", "name": "English", "alternateName": "en" }, "serviceLocation": { "@type": "GovernmentOffice", "name": "Brooklyn Vet Center", "address": { "@type": "PostalAddress", "streetAddress": "25 Chapel Street, Suite 604", "addressLocality": "Brooklyn", "addressRegion": "NY", "postalCode": "11201-1954" } } } } </script> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "GovernmentService", "name": "Grief and bereavement counseling", "alternateName": "", "serviceType": "counseling", "serviceOperator": { "@type": "GovernmentOrganization", "name": "US Department of Veterans Affairs" }, "areaServed": { "@type": "AdministrativeArea", "name": "NY" }, "audience": { "@type": "Audience", "name": "Veterans" }, "availableChannel": { "@type": "ServiceChannel", "name": "Vet Center", "availableLanguage": { "@type": "Language", "name": "English", "alternateName": "en" }, "serviceLocation": { "@type": "GovernmentOffice", "name": "Brooklyn Vet Center", "address": { "@type": "PostalAddress", "streetAddress": "25 Chapel Street, Suite 604", "addressLocality": "Brooklyn", "addressRegion": "NY", "postalCode": "11201-1954" } } } } </script> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "GovernmentService", "name": "Couples and family counseling", "alternateName": "", "serviceType": "counseling", "serviceOperator": { "@type": "GovernmentOrganization", "name": "US Department of Veterans Affairs" }, "areaServed": { "@type": "AdministrativeArea", "name": "NY" }, "audience": { "@type": "Audience", "name": "Veterans" }, "availableChannel": { "@type": "ServiceChannel", "name": "Vet Center", "availableLanguage": { "@type": "Language", "name": "English", "alternateName": "en" }, "serviceLocation": { "@type": "GovernmentOffice", "name": "Brooklyn Vet Center", "address": { "@type": "PostalAddress", "streetAddress": "25 Chapel Street, Suite 604", "addressLocality": "Brooklyn", "addressRegion": "NY", "postalCode": "11201-1954" } } } } </script> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "GovernmentService", "name": "Telehealth", "alternateName": "Video visits, remote care, care by telephone", "serviceType": "other", "serviceOperator": { "@type": "GovernmentOrganization", "name": "US Department of Veterans Affairs" }, "areaServed": { "@type": "AdministrativeArea", "name": "NY" }, "audience": { "@type": "Audience", "name": "Veterans" }, "availableChannel": { "@type": "ServiceChannel", "name": "Vet Center", "availableLanguage": { "@type": "Language", "name": "English", "alternateName": "en" }, "serviceLocation": { "@type": "GovernmentOffice", "name": "Brooklyn Vet Center", "address": { "@type": "PostalAddress", "streetAddress": "25 Chapel Street, Suite 604", "addressLocality": "Brooklyn", "addressRegion": "NY", "postalCode": "11201-1954" } } } } </script> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "GovernmentService", "name": "Community engagement", "alternateName": "", "serviceType": "other", "serviceOperator": { "@type": "GovernmentOrganization", "name": "US Department of Veterans Affairs" }, "areaServed": { "@type": "AdministrativeArea", "name": "NY" }, "audience": { "@type": "Audience", "name": "Veterans" }, "availableChannel": { "@type": "ServiceChannel", "name": "Vet Center", "availableLanguage": { "@type": "Language", "name": "English", "alternateName": "en" }, "serviceLocation": { "@type": "GovernmentOffice", "name": "Brooklyn Vet Center", "address": { "@type": "PostalAddress", "streetAddress": "25 Chapel Street, Suite 604", "addressLocality": "Brooklyn", "addressRegion": "NY", "postalCode": "11201-1954" } } } } </script> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "GovernmentService", "name": "Addiction and substance use care", "alternateName": "", "serviceType": "referral", "serviceOperator": { "@type": "GovernmentOrganization", "name": "US Department of Veterans Affairs" }, "areaServed": { "@type": "AdministrativeArea", "name": "NY" }, "audience": { "@type": "Audience", "name": "Veterans" }, "availableChannel": { "@type": "ServiceChannel", "name": "Vet Center", "availableLanguage": { "@type": "Language", "name": "English", "alternateName": "en" }, "serviceLocation": { "@type": "GovernmentOffice", "name": "Brooklyn Vet Center", "address": { "@type": "PostalAddress", "streetAddress": "25 Chapel Street, Suite 604", "addressLocality": "Brooklyn", "addressRegion": "NY", "postalCode": "11201-1954" } } } } </script> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "GovernmentService", "name": "Military sexual trauma care", "alternateName": "", "serviceType": "counseling", "serviceOperator": { "@type": "GovernmentOrganization", "name": "US Department of Veterans Affairs" }, "areaServed": { "@type": "AdministrativeArea", "name": "NY" }, "audience": { "@type": "Audience", "name": "Veterans" }, "availableChannel": { "@type": "ServiceChannel", "name": "Vet Center", "availableLanguage": { "@type": "Language", "name": "English", "alternateName": "en" }, "serviceLocation": { "@type": "GovernmentOffice", "name": "Brooklyn Vet Center", "address": { "@type": "PostalAddress", "streetAddress": "25 Chapel Street, Suite 604", "addressLocality": "Brooklyn", "addressRegion": "NY", "postalCode": "11201-1954" } } } } </script> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "GovernmentService", "name": "PTSD care", "alternateName": "", "serviceType": "counseling", "serviceOperator": { "@type": "GovernmentOrganization", "name": "US Department of Veterans Affairs" }, "areaServed": { "@type": "AdministrativeArea", "name": "NY" }, "audience": { "@type": "Audience", "name": "Veterans" }, "availableChannel": { "@type": "ServiceChannel", "name": "Vet Center", "availableLanguage": { "@type": "Language", "name": "English", "alternateName": "en" }, "serviceLocation": { "@type": "GovernmentOffice", "name": "Brooklyn Vet Center", "address": { "@type": "PostalAddress", "streetAddress": "25 Chapel Street, Suite 604", "addressLocality": "Brooklyn", "addressRegion": "NY", "postalCode": "11201-1954" } } } } </script> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "GovernmentService", "name": "Veteran connections", "alternateName": "", "serviceType": "referral", "serviceOperator": { "@type": "GovernmentOrganization", "name": "US Department of Veterans Affairs" }, "areaServed": { "@type": "AdministrativeArea", "name": "NY" }, "audience": { "@type": "Audience", "name": "Veterans" }, "availableChannel": { "@type": "ServiceChannel", "name": "Vet Center", "availableLanguage": { "@type": "Language", "name": "English", "alternateName": "en" }, "serviceLocation": { "@type": "GovernmentOffice", "name": "Brooklyn Vet Center", "address": { "@type": "PostalAddress", "streetAddress": "25 Chapel Street, Suite 604", "addressLocality": "Brooklyn", "addressRegion": "NY", "postalCode": "11201-1954" } } } } </script> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "GovernmentService", "name": "Returning service member care", "alternateName": "Transition counseling", "serviceType": "counseling", "serviceOperator": { "@type": "GovernmentOrganization", "name": "US Department of Veterans Affairs" }, "areaServed": { "@type": "AdministrativeArea", "name": "NY" }, "audience": { "@type": "Audience", "name": "Veterans" }, "availableChannel": { "@type": "ServiceChannel", "name": "Vet Center", "availableLanguage": { "@type": "Language", "name": "English", "alternateName": "en" }, "serviceLocation": { "@type": "GovernmentOffice", "name": "Brooklyn Vet Center", "address": { "@type": "PostalAddress", "streetAddress": "25 Chapel Street, Suite 604", "addressLocality": "Brooklyn", "addressRegion": "NY", "postalCode": "11201-1954" } } } } </script> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "GovernmentService", "name": "Suicide prevention", "alternateName": "", "serviceType": "referral", "serviceOperator": { "@type": "GovernmentOrganization", "name": "US Department of Veterans Affairs" }, "areaServed": { "@type": "AdministrativeArea", "name": "NY" }, "audience": { "@type": "Audience", "name": "Veterans" }, "availableChannel": { "@type": "ServiceChannel", "name": "Vet Center", "availableLanguage": { "@type": "Language", "name": "English", "alternateName": "en" }, "serviceLocation": { "@type": "GovernmentOffice", "name": "Brooklyn Vet Center", "address": { "@type": "PostalAddress", "streetAddress": "25 Chapel Street, Suite 604", "addressLocality": "Brooklyn", "addressRegion": "NY", "postalCode": "11201-1954" } } } } </script> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "GovernmentService", "name": "Workshops and classes", "alternateName": "", "serviceType": "other", "serviceOperator": { "@type": "GovernmentOrganization", "name": "US Department of Veterans Affairs" }, "areaServed": { "@type": "AdministrativeArea", "name": "NY" }, "audience": { "@type": "Audience", "name": "Veterans" }, "availableChannel": { "@type": "ServiceChannel", "name": "Vet Center", "availableLanguage": { "@type": "Language", "name": "English", "alternateName": "en" }, "serviceLocation": { "@type": "GovernmentOffice", "name": "Brooklyn Vet Center", "address": { "@type": "PostalAddress", "streetAddress": "25 Chapel Street, Suite 604", "addressLocality": "Brooklyn", "addressRegion": "NY", "postalCode": "11201-1954" } } } } </script> <h2 id="counseling-services" class="vads-u-margin-top--0 vads-u-font-size--lg mobile-lg:vads-u-font-size--xl vads-u-margin-bottom--2">Counseling services</h2> <p>Select a topic to learn more.</p> <div class="vads-u-margin-bottom--3"> <va-accordion bordered id="accordion-counseling" uswds> <va-accordion-item class="va-accordion-item" id="counseling-item-couples-and-family-counseling" header="Couples and family counseling" subheader level="3" uswds> <p>We offer couples and family counseling to support you as you work toward meeting your goals.</p> <!-- Removing entity.entity.fieldServiceNameAndDescripti.entity.description.processed for now. This field seems be VHA services related and a duplicate, TODO confirm is needed? --> <div id="field-body-health-services-counseling-Couples and family counseling"> <p>The Brooklyn Vet Center offers</p> <ul> <li>Couples counseling and support</li> <li>Individual counseling for couples, spouses, children and significant others</li> </ul> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="counseling-item-grief-and-bereavement-counseling" header="Grief and bereavement counseling" subheader level="3" uswds> <p>If someone close to you has died or you’re adjusting to a difficult life change, we’re here to support you.</p> <!-- Removing entity.entity.fieldServiceNameAndDescripti.entity.description.processed for now. This field seems be VHA services related and a duplicate, TODO confirm is needed? --> <div id="field-body-health-services-counseling-Grief and bereavement counseling"> <p>The Brooklyn Vet Center offers bereavement counseling for families who have lost a loved one while they were in service.</p> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="counseling-item-mental-health-care" header="Mental health care" subheader level="3" uswds> <p>If you’re struggling with issues like PTSD, depression, grief, anger, or trauma, we offer counseling and other support. We’ll work with you to help you achieve your personal goals.</p> <!-- Removing entity.entity.fieldServiceNameAndDescripti.entity.description.processed for now. This field seems be VHA services related and a duplicate, TODO confirm is needed? --> <div id="field-body-health-services-counseling-Mental health care"> <p>Care at our center includes:</p> <ul> <li>One-on-one hour-long counseling sessions targeted at your individual needs</li> </ul> <p>Evidence-based therapies such as:</p> <ul> <li>Motivational Interviewing</li> <li>Cognitive Behavioral Therapy (CBT)</li> <li>Cognitive Processing Therapy (CPT)</li> <li>Dialectical Behavioral Therapy (DBT)</li> </ul> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="counseling-item-military-sexual-trauma-care" header="Military sexual trauma care" subheader level="3" uswds> <p>If you experienced sexual assault or harassment during military service, we can help you get the counseling you need. Any Veteran or service member, including members of the National Guard and Reserve forces, who experienced military sexual trauma is eligible to receive counseling. This applies to people of all genders from any service era.</p> <!-- Removing entity.entity.fieldServiceNameAndDescripti.entity.description.processed for now. This field seems be VHA services related and a duplicate, TODO confirm is needed? --> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="counseling-item-ptsd-care" header="PTSD care" subheader level="3" uswds> <p>If you have symptoms of PTSD after a traumatic event, we can help. We offer assessment and support through private counseling and group therapy. We can also refer you to VA or community counseling for treatment and therapy resources. </p> <!-- Removing entity.entity.fieldServiceNameAndDescripti.entity.description.processed for now. This field seems be VHA services related and a duplicate, TODO confirm is needed? --> <div id="field-body-health-services-counseling-PTSD care"> <p>Care at our center includes:</p> <ul> <li>Individual counseling for Veterans who suffer from PTSD</li> <li>Anger management group </li> </ul> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="counseling-item-returning-service-member-care" header="Returning service member care" subheader="Transition counseling" level="3" uswds> <p>If you’re returning from military service, we’ll help you transition to civilian life. We can connect you with educational and career counseling, mental health services, and other programs and benefits that will support your transition.</p> <!-- Removing entity.entity.fieldServiceNameAndDescripti.entity.description.processed for now. This field seems be VHA services related and a duplicate, TODO confirm is needed? --> <div id="field-body-health-services-counseling-Returning service member care"> <p>The Brooklyn Vet Center can help with </p> <ul> <li>How to get VA medical benefits and register for care</li> <li>Where to go to file claims and other forms</li> <li>Understanding your VA education benefits</li> <li>Housing and VA home loans</li> <li>Education and referral for VA burial benefits</li> <li>Veteran small business benefits</li> </ul> </div> </va-accordion-item> </va-accordion> </div> <h2 id="referral-services" class="vads-u-margin-top--0 vads-u-font-size--lg mobile-lg:vads-u-font-size--xl vads-u-margin-bottom--2">Referral services</h2> <p>Select a topic to learn more.</p> <div class="vads-u-margin-bottom--3"> <va-accordion bordered id="accordion-referral" uswds> <va-accordion-item class="va-accordion-item" id="referral-item-addiction-and-substance-use-care" header="Addiction and substance use care" subheader level="3" uswds> <p>We can help you overcome substance use problems, from unhealthy alcohol use to life-threatening addiction. We'll connect you to services for your specific needs.</p> <!-- Removing entity.entity.fieldServiceNameAndDescripti.entity.description.processed for now. This field seems be VHA services related and a duplicate, TODO confirm is needed? --> <div id="field-body-health-services-referral-Addiction and substance use care"> <p>If you’re struggling with substance use problems, we can connect you to the VA Medical Center which can provide many options for Veterans and Service Members seeking treatment.</p> <p> If you prefer a program outside of the VA we can also connect you to New York State's addiction services for prevention, treatment, and recovery. Learn more at <a href="https://www.ny.gov/agencies/office-addiction-services-and-supports">Office of Addiction Services and Supports | The State of New York (ny.gov)</a></p> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="referral-item-suicide-prevention" header="Suicide prevention" subheader level="3" uswds> <p>Call our Veterans Crisis Line at <a href="tel:988">988</a> and press 1 to get support anytime day or night. This service is private, free, and available 24/7. Our Vet Center can also connect you with ongoing counseling and services.</p> <!-- Removing entity.entity.fieldServiceNameAndDescripti.entity.description.processed for now. This field seems be VHA services related and a duplicate, TODO confirm is needed? --> <div id="field-body-health-services-referral-Suicide prevention"> <p>The Brooklyn Vet Center can connect you with the VA Suicide Prevention Coordinator.</p> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="referral-item-veteran-connections" header="Veteran connections" subheader level="3" uswds> <p>We can help connect you to VA and community resources that will support you in achieving your goals.</p> <!-- Removing entity.entity.fieldServiceNameAndDescripti.entity.description.processed for now. This field seems be VHA services related and a duplicate, TODO confirm is needed? --> <div id="field-body-health-services-referral-Veteran connections"> <p>Resources to support you </p> <ul> <li> <a href="https://www.va.gov/careers-employment/vocational-rehabilitation/">Veteran Readiness And Employment (VR&E) </a>to help with job training, employment accommodations, resume development, and job-seeking skills coaching.</li> <li> <p><a href="https://www.stressisgone.org/">Stress Is Gone ~ Year Round Stress Relief That Works</a> a free Veteran Service for conquering stress and anxiety </p> </li> <li> <p><a href="https://www.va.gov/education/about-gi-bill-benefits/how-to-use-benefits/work-study/">Work Study | Veterans Affairs</a> - You may be able to get a job that’s related to VA work, meets your interests, and fills a need. </p> </li> </ul> </div> </va-accordion-item> </va-accordion> </div> <h2 id="other-services" class="vads-u-margin-top--0 vads-u-font-size--lg mobile-lg:vads-u-font-size--xl vads-u-margin-bottom--2">Other services</h2> <p>Select a topic to learn more.</p> <div class="vads-u-margin-bottom--3"> <va-accordion bordered id="accordion-other" uswds> <va-accordion-item class="va-accordion-item" id="other-item-community-engagement" header="Community engagement" subheader level="3" uswds> <p>We provide private organizations and community agencies education on our Veteran community and military culture. Together, we build referral networks to expand support for Veterans, service members, and their families.</p> <!-- Removing entity.entity.fieldServiceNameAndDescripti.entity.description.processed for now. This field seems be VHA services related and a duplicate, TODO confirm is needed? --> <div id="field-body-health-services-other-Community engagement"> <p>Brooklyn Vet Center supports local Veterans and Service Members through partnerships with government and community agencies, including:</p> <ul> <li><a href="https://veterans.ny.gov/">New York State Division of Veterans' Services | (ny.gov)</a></li> <li><a href="https://www.nypl.org/">The New York Public Library (nypl.org)</a></li> <li><a href="https://www.va.gov/wholehealth/">Whole Health Home (va.gov)</a></li> <li><a href="https://www.stressisgone.org/">Stress Is Gone ~ Year Round Stress Relief That Works</a></li> </ul> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="other-item-telehealth" header="Telehealth" subheader="Video visits, remote care, care by telephone" level="3" uswds> <p>We offer secure and confidential individual and group counseling through telehealth. You can schedule a phone or video appointment for Vet Center services.</p> <!-- Removing entity.entity.fieldServiceNameAndDescripti.entity.description.processed for now. This field seems be VHA services related and a duplicate, TODO confirm is needed? --> <div id="field-body-health-services-other-Telehealth"> <p>Brooklyn Vet Center's Telehealth Services gives you access to the care you need, when and where you need it.</p> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" id="other-item-workshops-and-classes" header="Workshops and classes" subheader level="3" uswds> <p>We offer workshops and classes if you want to connect with other Veterans but don't want a group counseling setting.</p> <!-- Removing entity.entity.fieldServiceNameAndDescripti.entity.description.processed for now. This field seems be VHA services related and a duplicate, TODO confirm is needed? --> <div id="field-body-health-services-other-Workshops and classes"> <p>The Brooklyn Vet Center offers a schedule of virtual classes discussing the different general resources available to Veterans and Service Members. </p> </div> </va-accordion-item> </va-accordion> </div> <div class="vads-u-margin-bottom--3" id="field-vet-center-faqs"> <script type="application/ld+json" nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What are Vet Centers?", "acceptedAnswer": { "@type": "Answer", "text": "<p>Vet Centers are small, non-medical, counseling centers conveniently located in your community. They’re staffed by highly trained counselors and team members dedicated to seeing you through the challenges that come with managing life during and after the military.</p><p>Whether you come in for one-on-one counseling or to participate in a group session, at Vet Centers you can form social connections, try new things, and build a support system with people who understand you and want to help you succeed.</p>" } }, { "@type": "Question", "name": "Am I eligible for Vet Center services as a Veteran or service member?", "acceptedAnswer": { "@type": "Answer", "text": "<p>You may be eligible for Vet Center services no matter your discharge status or eligibility for VA health care. And we encourage you to contact us, even if you’re not sure if you’re eligible. If we can’t help you, we’ll find someone who can. </p><p><strong>If you’re a Veteran or service member (including National Guard and Reserves), you’re eligible if you meet any of these service requirements: </strong></p><ul><li>You served on active duty in any combat theater or area of hostility, <strong>or</strong> </li><li>You provided mortuary services or direct emergency medical care to treat the casualties of war while on active duty, <strong>or </strong></li><li>You were a member of an unmanned aerial vehicle crew that provided direct support to operations in a combat theater or area of hostility, <strong>or </strong></li><li>You served on active duty in response to a national emergency or major disaster declared by the president, or under orders of the governor or chief executive of a state in response to a disaster or civil disorder, <strong>or</strong> </li><li>You’re a current or former member of the Coast Guard who participated in a drug interdiction operation, <strong>or</strong> </li><li>You’re a current member of the Reserve Component assigned to a military command in a drill status, including active Reserves, and you need to address a behavioral health condition or psychological trauma that is related to your military service</li></ul><p><strong>If you’re a Veteran or service member (including National Guard and Reserves), you’re also eligible for Vet Center services if any of these descriptions is true for you: </strong></p><ul><li>You’re a Vietnam Era Veteran who used Vet Center services before January 2, 2013, <strong>or</strong> </li><li>You experienced military sexual trauma (no matter your gender or service era), <strong>or</strong> </li><li>You currently use any covered VA educational assistance benefits</li></ul><p><strong>Remember: </strong>You don’t need to be enrolled in VA health care to be eligible for Vet Center services. You don’t need to have a service-connected disability. And you can have any character of discharge.</p>" } }, { "@type": "Question", "name": "Am I eligible for Vet Center services as a military family member?", "acceptedAnswer": { "@type": "Answer", "text": "<p>You can use our counseling and other support services when your participation would support the growth and goals of the Veteran or service member in your family. If the Veteran or service member considers you family, so do we. </p><p>You can also use our bereavement services if any of these descriptions is true for your family: </p><ul> <li> <p>The Veteran or service member died while serving on active duty, <strong>or</strong></p> </li> <li> <p>The Veteran was using Vet Center services at the time of their death, <strong>or</strong></p> </li></ul><ul> <li> <p>The Veteran or service member died by suicide </p> </li></ul>" } }, { "@type": "Question", "name": "Do I have to be enrolled in VA health care to access Vet Center services?", "acceptedAnswer": { "@type": "Answer", "text": "<p>No. You don’t have to be enrolled in VA health care or have a service-connected disability.</p>" } }, { "@type": "Question", "name": "What about my privacy?", "acceptedAnswer": { "@type": "Answer", "text": "<p><strong>Safe and confidential.</strong> Our records can’t be accessed by other VA offices, the DoD, military units, or other community networks and providers without your permission or unless required to avert a life-threatening situation. Here, you can be as open as you want—there’s absolutely no judgment.</p>" } }, { "@type": "Question", "name": "Where can I get help after hours?", "acceptedAnswer": { "@type": "Answer", "text": "<p>Call us at 877-927-8387 (<a href='tel:711'>TTY:711</a>). We’re here 24/7.</p><p>Our confidential call center is staffed by combat Veterans from several eras and family members of Veterans. </p><p>You can talk to us about your military experience, issues around transitioning out of military service, or trauma. We’ll help connect you to resources and support at a Vet Center near you.</p>" } } ] } </script> <div data-template="paragraphs/q_a_section" data-entity-id> <h2 id="how-vet-centers-are-different-">How Vet Centers are different than a medical clinic</h2> <p>Select a topic to learn more.</p> <div data-template="paragraphs/q_a.collapsible_panel"> <va-accordion uswds> <va-accordion-item class="va-accordion-item" header="What are Vet Centers?" id="what-are-vet-centers" level="3"> <div id="29903" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="29903" data-analytics-faq-section="How Vet Centers are different than a medical clinic" data-analytics-faq-text="What are Vet Centers?"> <div id="q_a-29903"> <div data-template="paragraphs/wysiwyg" data-entity-id> <div itemprop="text"> <p>Vet Centers are small, non-medical, counseling centers conveniently located in your community. They’re staffed by highly trained counselors and team members dedicated to seeing you through the challenges that come with managing life during and after the military.</p> <p>Whether you come in for one-on-one counseling or to participate in a group session, at Vet Centers you can form social connections, try new things, and build a support system with people who understand you and want to help you succeed.</p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="Am I eligible for Vet Center services as a Veteran or service member?" id="am-i-eligible-for-vet-center-services-as-a-veteran-or-servic" level="3"> <div id="29905" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="29905" data-analytics-faq-section="How Vet Centers are different than a medical clinic" data-analytics-faq-text="Am I eligible for Vet Center services as a Veteran or service member?"> <div id="q_a-29905"> <div data-template="paragraphs/wysiwyg" data-entity-id> <div itemprop="text"> <p>You may be eligible for Vet Center services no matter your discharge status or eligibility for VA health care. And we encourage you to contact us, even if you’re not sure if you’re eligible. If we can’t help you, we’ll find someone who can. </p><p><strong>If you’re a Veteran or service member (including National Guard and Reserves), you’re eligible if you meet any of these service requirements: </strong></p><ul><li>You served on active duty in any combat theater or area of hostility, <strong>or</strong> </li><li>You provided mortuary services or direct emergency medical care to treat the casualties of war while on active duty, <strong>or </strong></li><li>You were a member of an unmanned aerial vehicle crew that provided direct support to operations in a combat theater or area of hostility, <strong>or </strong></li><li>You served on active duty in response to a national emergency or major disaster declared by the president, or under orders of the governor or chief executive of a state in response to a disaster or civil disorder, <strong>or</strong>  </li><li>You’re a current or former member of the Coast Guard who participated in a drug interdiction operation, <strong>or</strong> </li><li>You’re a current member of the Reserve Component assigned to a military command in a drill status, including active Reserves, and you need to address a behavioral health condition or psychological trauma that is related to your military service</li></ul><p><strong>If you’re a Veteran or service member (including National Guard and Reserves), you’re also eligible for Vet Center services if any of these descriptions is true for you: </strong></p><ul><li>You’re a Vietnam Era Veteran who used Vet Center services before January 2, 2013, <strong>or</strong> </li><li>You experienced military sexual trauma (no matter your gender or service era), <strong>or</strong> </li><li>You currently use any covered VA educational assistance benefits</li></ul> </div> </div> <va-alert date-template="paragraphs/alert" data-entity-id status="info" class="vads-u-margin-top--3" data-test-id="alert-135322" uswds> <h2 slot="headline" class="vads-u-font-size--h3"> What are the covered educational assistance benefits? </h2> <va-additional-info disable-border trigger="They're benefits from any of these programs" uswds> <div> <ul><li>Montgomery GI Bill Active Duty</li><li>Montgomery GI Bill Selected Reserve</li><li>Post-9/11 GI Bill</li><li>Veteran Readiness and Employment (VR&E)</li><li>Veterans’ Educational Assistance Program (VEAP)</li></ul> </div> </va-additional-info> </va-alert> <div data-template="paragraphs/wysiwyg" data-entity-id> <div itemprop="text"> <p><strong>Remember: </strong>You don’t need to be enrolled in VA health care to be eligible for Vet Center services. You don’t need to have a service-connected disability. And you can have any character of discharge.</p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="Am I eligible for Vet Center services as a military family member?" id="am-i-eligible-for-vet-center-services-as-a-military-family-m" level="3"> <div id="132828" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="132828" data-analytics-faq-section="How Vet Centers are different than a medical clinic" data-analytics-faq-text="Am I eligible for Vet Center services as a military family member?"> <div id="q_a-132828"> <div data-template="paragraphs/wysiwyg" data-entity-id> <div itemprop="text"> <p>You can use our counseling and other support services when your participation would support the growth and goals of the Veteran or service member in your family. If the Veteran or service member considers you family, so do we.  </p> <p>You can also use our bereavement services if any of these descriptions is true for your family: </p> <ul> <li> <p>The Veteran or service member died while serving on active duty, <strong>or</strong></p> </li> <li> <p>The Veteran was using Vet Center services at the time of their death, <strong>or</strong></p> </li> </ul> <ul> <li> <p>The Veteran or service member died by suicide </p> </li> </ul> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="Do I have to be enrolled in VA health care to access Vet Center services?" id="do-i-have-to-be-enrolled-in-va-health-care-to-access-vet-cen" level="3"> <div id="29907" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="29907" data-analytics-faq-section="How Vet Centers are different than a medical clinic" data-analytics-faq-text="Do I have to be enrolled in VA health care to access Vet Center services?"> <div id="q_a-29907"> <div data-template="paragraphs/wysiwyg" data-entity-id> <div itemprop="text"> <p>No. You don’t have to be enrolled in VA health care or have a service-connected disability.</p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="What about my privacy?" id="what-about-my-privacy" level="3"> <div id="29909" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="29909" data-analytics-faq-section="How Vet Centers are different than a medical clinic" data-analytics-faq-text="What about my privacy?"> <div id="q_a-29909"> <div data-template="paragraphs/wysiwyg" data-entity-id> <div itemprop="text"> <p><strong>Safe and confidential.</strong> Our records can’t be accessed by other VA offices, the DoD, military units, or other community networks and providers without your permission or unless required to avert a life-threatening situation. Here, you can be as open as you want—there’s absolutely no judgment.</p> </div> </div> </div> </div> </va-accordion-item> <va-accordion-item class="va-accordion-item" header="Where can I get help after hours?" id="where-can-i-get-help-after-hours" level="3"> <div id="160161" data-template="paragraphs/q_a.collapsible_panel__qa" data-entity-id="160161" data-analytics-faq-section="How Vet Centers are different than a medical clinic" data-analytics-faq-text="Where can I get help after hours?"> <div id="q_a-160161"> <div data-template="paragraphs/wysiwyg" data-entity-id> <div itemprop="text"> <p>Call us at <va-telephone contact="877-927-8387" extension></va-telephone> (<a href="tel:711">TTY:711</a>). We’re here 24/7.</p><p>Our confidential call center is staffed by combat Veterans from several eras and family members of Veterans. </p><p>You can talk to us about your military experience, issues around transitioning out of military service, or trauma. We’ll help connect you to resources and support at a Vet Center near you.</p> </div> </div> </div> </div> </va-accordion-item> </va-accordion> </div> </div> </div> <va-back-to-top></va-back-to-top> <!-- Last updated & feedback button --> <div class="last-updated usa-content vads-u-padding-x--1 desktop-lg:vads-u-padding-x--0"> <div class="mobile-lg:vads-u-display--flex above-footer-elements-container"> <div class="vads-u-flex--auto"> <span class="vads-u-text-align--justify"> <p></p> </span> </div> <div class="vads-u-flex--1 vads-u-text-align--right"> <span class="vads-u-text-align--right"> <button type="button" class="feedback-button usa-button" id="mdFormButton" aria-label="give feedback"> Feedback </button> </span> </div> </div> </div> </article> </div> </div> </main> </div> <footer class="footer"> <div id="footerNav" data-minimal-footer="false"></div> </footer> <div id="logout-modal-root"></div> <!-- VA's mission: To fulfill President Lincoln's promise to care for those who have served in our nation's military and for their families, caregivers, and survivors. --> <script nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj" type="text/javascript"> (function() { var module = {}; function mountWidgets(widgets, slowLoadingThreshold) { [].slice.call(widgets).forEach(function(widget) { var timeout = widget.getAttribute('data-widget-timeout'); if (timeout) { timeout = parseInt(timeout, 10); } timeout = (timeout || 0) * 1000; if (timeout > slowLoadingThreshold) { setTimeout(function() { var replacedWithWidget = !widget.querySelector( '.static-widget-content' ); var slowMessage = widget.querySelector( '.loading-indicator-message--slow' ); var regularMessage = widget.querySelector( '.loading-indicator-message--normal' ); if (!replacedWithWidget && regularMessage) { regularMessage.setAttribute('aria-hidden', 'true'); regularMessage.classList.add('vads-u-display--none'); } if (!replacedWithWidget && slowMessage) { slowMessage.setAttribute('aria-hidden', 'false'); slowMessage.classList.remove('vads-u-display--none'); } }, slowLoadingThreshold); } if (timeout > 0) { setTimeout(function() { var replacedWithWidget = !widget.querySelector( '.static-widget-content' ); var errorMessage = widget.querySelector('.sip-application-error'); var loadingMessage = widget.querySelector( '.loading-indicator-container' ); if (!replacedWithWidget && loadingMessage) { loadingMessage.parentNode.removeChild(loadingMessage); } if (!replacedWithWidget && errorMessage) { errorMessage.setAttribute('aria-hidden', 'false'); errorMessage.classList.remove('vads-u-display--none'); } }, timeout); } }); } if (module) { module.exports = mountWidgets; } mountWidgets(document.querySelectorAll('[data-widget-type]'), 6000); })(); </script> <script nonce="MrlcWY5QWOLPOoDd9zDuK7yAdXk3EHtj"> (function() { document.getElementById('63ca36a9579271255dd512e4667a6f9d').addEventListener('click', function(event) { focusContent(event) }); document.getElementById('cae7c281c04f5296dfae9eaff3068726').addEventListener('click', function(event) { recordEvent({ event: 'nav-crisis-header' }) }); document.getElementById('7de073489278ef673eca4ccd6b585d14').addEventListener('click', function(event) { recordEvent({ event: 'nav-jumplink-click' }); }); document.getElementById('fc3943d48afb534abf26e948f9091daa').addEventListener('click', function(event) { recordEvent({ event: 'image-click', 'facility-name': 'Brooklyn Vet Center'}); }); document.getElementById('mdFormButton').addEventListener('click', function(event) { KAMPYLE_ONSITE_SDK.showForm('17') }); })(); </script></body></html>