").insertAfter(".header-agency-logo.desktop"); jQuery("#block-menu-menu-moca-nav ul:first-child").children().each(function() { jQuery(this).clone().appendTo('#desktop-main-menu'); }); //Adds hover class to Top Menu navigation on hover and active secondary level until mouseout jQuery("#desktop-main-menu > li").hover(function(){ jQuery(this).addClass("hover"); jQuery(this).children('ul').show(); }, function(){ jQuery(this).removeClass("hover"); jQuery("#desktop-main-menu li.expanded ul").hide(); }); jQuery("#desktop-main-menu>li a").focus(function(){ jQuery(this).parent().addClass("hover"); jQuery(this).children('ul').show(); }); jQuery("#desktop-main-menu>li .menu-sub").focusout(function(){ jQuery(this).parent().parent().removeClass("hover"); jQuery(this).children('ul').show(); }); // Mobile Menu jQuery('.region-header-first-inner #block-menu-menu-moca-nav div.content > ul.menu-sub > li.expanded > a').click(function () { var list = jQuery(this).children('ul'); jQuery(this).parent().children('ul').slideToggle(); return false; }); // Add Search Box to Desktop //jQuery('
').insertBefore("#desktop-head"); //jQuery("
').insertBefore("#section-header"); //Move Alert above alerts jQuery("#block-views-alerts-emergency-alerts-block").insertBefore("#languagebar"); //Rotator initiation script jQuery(".view-id-moca_rotator .view-content").addClass("owl-carousel"); jQuery(".view-id-moca_rotator .view-content").addClass("owl-theme"); if(jQuery('.view-id-moca_rotator .views-field-title-1 .field-content').length > 0){ jQuery('.view-id-moca_rotator .view-content').owlCarousel({ stagePadding: 0, items:1, loop:true, margin:0, autoplay:true, autoplayTimeout:5000, autoplayHoverPause:false, singleItem:true, nav:true, dots:true }); } //Hide the Slider Caption Text Box if there is no text in it if(jQuery(".caption-text").html() == '') { jQuery(".slide #text").hide(); } if(jQuery("body").hasClass("front")) { // Wrap Resource Link in to anchor around Top Resource Paragraphs jQuery(".paragraphs-item-top-resources ").each(function () { url = jQuery(".field-name-field-resource-link.field-type-text .field-item",this).text(); urlstr = ''; jQuery(".content",this).wrap(urlstr); jQuery(".field-name-field-resource-link.field-type-text",this).hide(); }); /* // Add
before last word in Homepage Top Resources Title var cnt = jQuery('.field-name-field-resource-title.field-type-text .field-item').length; var itr = 1; jQuery('.field-name-field-resource-title.field-type-text .field-item').each(function() { var html = jQuery(this).html().split(" "); if(cnt == itr) { html = html.slice(0, -2).join(" ") + "
" + html.pop(); } else { html = html.slice(0, -1).join(" ") + "
" + html.pop(); } jQuery(this).html(html); itr++; }); */ } // FAQ toggle if (jQuery('.question')) { jQuery('.question').click(function () { jQuery(this).next('div.answer').slideToggle(); jQuery(this).toggleClass('expanded'); }); } // Wrap Interior page title jQuery("#page-title").wrapInner("
"); if( jQuery("body").hasClass("logged-in") && jQuery("body").hasClass("not-front") ) { jQuery(".tabs.clearfix").wrap('
'); } // Change Events page -any- drip down value if( jQuery("body").hasClass("page-events") && jQuery("body").hasClass("not-front") ) { jQuery("#edit-field-office-name-tid option[value=All]").text("All offices"); } // Add Anchors and Sub-Menu Links for Paragraphs on a page if ( jQuery("body").hasClass("page-node") && jQuery("paragraphs-items-field-section") ) { // Add Anchors var cnt = 1; jQuery(".paragraphs-items > .field-name-field-section > .field-items > .field-item").each(function(){ jQuery(this).prepend(''); cnt++; }); //Build submenu links and add it to the top var submenu = ''; //jQuery(submenu).wrap(''); jQuery(submenu).insertBefore(".paragraphs-items-field-section"); jQuery(".sub-menu li:last-child").addClass("last"); jQuery(".entity-paragraphs-item .field-name-field-title").hide(); } // Build Social Media section on Agency Page Content Items if(jQuery("body").hasClass("node-type-agency-page")) { jQuery('').insertAfter(".field-name-field-social-media-contact-text-"); if(jQuery('.field-name-field-facebook-url .field-item.even').length > 0){ let url = jQuery('.field-name-field-facebook-url .field-item.even').text(); let anchor = 'facebook'; jQuery('.field-name-field-facebook-url .field-item.even').html(anchor); jQuery('.field-name-field-facebook-url').appendTo(".social_row2"); } if(jQuery('.field-name-field-twitter-url .field-item.even').length > 0){ let url = jQuery('.field-name-field-twitter-url .field-item.even').text(); let anchor = 'twitter'; jQuery('.field-name-field-twitter-url .field-item.even').html(anchor); jQuery('.field-name-field-twitter-url').appendTo(".social_row2"); } if(jQuery('.field-name-field-instagram-url .field-item.even').length > 0){ let url = jQuery('.field-name-field-instagram-url .field-item.even').text(); let anchor = 'instagram'; jQuery('.field-name-field-instagram-url .field-item.even').html(anchor); jQuery('.field-name-field-instagram-url').appendTo(".social_row2"); } if(jQuery('.field-name-field-linkedin-url .field-item.even').length > 0){ let url = jQuery('.field-name-field-linkedin-url .field-item.even').text(); let anchor = 'linkedin'; jQuery('.field-name-field-linkedin-url .field-item.even').html(anchor); jQuery('.field-name-field-linkedin-url').appendTo(".social_row2"); } if(jQuery('.field-name-field-youtube-url .field-item.even').length > 0){ let url = jQuery('.field-name-field-youtube-url .field-item.even').text(); let anchor = 'youtube'; jQuery('.field-name-field-youtube-url .field-item.even').html(anchor); jQuery('.field-name-field-youtube-url').appendTo(".social_row2"); } if(jQuery('.field-name-field-flikr-url .field-item.even').length > 0){ let url = jQuery('.field-name-field-flikr-url .field-item.even').text(); let anchor = 'flikr'; jQuery('.field-name-field-flikr-url .field-item.even').html(anchor); jQuery('.field-name-field-flikr-url').appendTo(".social_row2"); } } // Add Black Border to the bottom of table rows jQuery("table tr").css("border-bottom", "1px solid black"); // Display Full width images on interior pages when available function addBanner(){ if ((jQuery(".field-name-field-banner-image img").length > 0)&&(!jQuery("body").hasClass("front"))&&(!jQuery("body").hasClass("node-type-event"))) { console.log("there is an image on internal page"); if (jQuery("article").hasClass("node-promoted")) { /* its a page and promoted to front page. Skip the first image */ console.log("node promoted"); jQuery(".not-front.no-sidebars .zone-content-wrapper").css("margin-top","196px"); //Set the default margin-top and adjust it later if(jQuery(".field-name-field-banner-image").find("img:eq(1)").attr("src")) { console.log("img2"); let imagesource = jQuery(".field-name-field-banner-image").find("img:eq(1)").attr("src"); let newsource = imagesource.replace('/styles/medium/public/', '/'); jQuery("#section-content").before(""); jQuery(".not-front.no-sidebars .zone-content-wrapper").css("margin-top","70px"); } if(jQuery(".field-name-field-banner-image").find("img:eq(2)").attr("src")) { console.log("img3"); let imagesource = jQuery(".field-name-field-banner-image").find("img:eq(2)").attr("src"); let newsource = imagesource.replace('/styles/medium/public/', '/'); jQuery("#section-content").before(""); jQuery(".not-front.no-sidebars .zone-content-wrapper").css("margin-top","70px"); } console.log("end of promote to front page"); } else { // End of promote to front page /* This is a normal page. Display the banner image */ console.log("normal page"); let imagesource = jQuery(".field-name-field-banner-image img").attr("src"); let newsource = imagesource.replace('/styles/medium/public/', '/'); jQuery("#section-content").before(""); } jQuery(".field-name-field-banner-image img").hide(); // Hide regular lead image on page console.log("hide the page images"); // Decrease the top margin of content // jQuery(".not-front.no-sidebars .zone-content-wrapper").css("margin-top","30px"); } else { /* end of not event node / image */ console.log("there is no Lead Image on an internal page or its event node"); jQuery(".field-name-field-banner-image img").hide(); // Hide the Lead image if its on any other content type than page } }//end function addBanner(); //Write dates for Homepage Quick Tab function writeDates() { var dateDay = []; var dateMonth = []; var rawDate = []; var parsedDate = []; jQuery(".front #quicktabs-agency_responsive_featured_news .views-field-field-date .field-content").each(function(i){ rawDate[i] = jQuery(this).html(); parsedDate = rawDate[i].split(' '); dateMonth[i] = jQuery(parsedDate).get(0); dateDay[i] = jQuery(parsedDate).get(1); jQuery(this).html('
' + dateDay[i] + '
' + dateMonth[i].toUpperCase() + '
'); }); } writeDates(); //Add Google Translate jQuery('#languagebar').prepend('
 
'); //GSE Search JavaScript for Desktop jQuery("
").insertBefore("#google_translate_element"); //GSE Search JavaScript for mobile jQuery("
").prependTo("#block-menu-menu-moca-nav"); window.onload = function() { let searchbox = document.querySelector(".gsc-input input"); searchbox.setAttribute('placeholder', 'Search') }; }); // End of Document.Ready function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'es,am,zh-CN,fr,ko,vi,tl,ru,pt,it,yo,bn,ja,th,de,en'}, 'google_translate_element'); }

MOCA Nav

Mayor’s Office on Asian and Pacific Islander Affairs

What We Do

What We Do

  • MOAPIA advises the Mayor, the Council, and District agencies on the views, needs, and concerns of the AAPI community.
  • Award funding to Asian and Pacific Islander community-based organizations whose programs provide culturally and/or linguistically targeted services and resources to the District’s AAPI residents and businesses. 
  • MOAPIA provides recommendations on District programs and initiatives affecting the AAPI community and helps coordinate programs and initiatives within the government that promote the overall welfare of the AAPI community.
  • MOAPIA organizes and facilitates public and private programs on public safety, human rights, economic development, housing, employment, social services, public health, transportation, education, and multicultural development to ensure accessibility for the District’s AAPI community.
Meet the Director

Meet the Director

Ben de Guzman

Ben de Guzman
Director
Office on Asian and Pacific Islander Affairs

Ben de Guzman is the Director of the Mayor’s Office on Asian and Pacific Islander Affairs (MOAPIA). He has been a leading voice at the local and national level on issues of racial equity, immigrants' rights, veterans affairs, and LGBT justice for more than two decades. He comes to MOAPIA from the Mayor’s Office of LGBTQ Affairs, where he served as the Community Outreach Specialist. During his tenure there, he helped execute two major first time events for the Office- the “District of Pride” LGBTQ cultural performance event and the 32nd Annual 17th Street High Heel Race, presented by the Mayor’s Office as lead organizer.

He has authored articles and op-eds that have appeared in mainstream and special interest media, anthologies, and academic publications, including the Encyclopedia of Asian American Issues Today. In 2015, he received a Community Service Award from Washington DC Mayor Muriel Bowser, and is pleased to come to MOAPIA and help recognize exciting new leaders moving forward. In June 2019, he was recognized by the Capital Pride Alliance in Washington, DC as a Capital Pride Hero. In October 2019, he received one of the Twenty Outstanding Filipino Americans Award for LGBT Advocacy.

As an advocate for equity and recognition for Filipino veterans of World War II, he played a key role in two of the most significant legislative victories on behalf of these soldiers. He led communications, outreach, and political strategies for the Filipino Veterans Recognition and Education Project that led to the passage of the Filipino Veterans of WWII Congressional Gold Medal Act in 2016. He also served as the National Coordinator for the National Alliance for Filipino Veterans Equity, where he organized a national legislative campaign that created the Filipino Veterans Equity Compensation Fund in 2009.

For almost ten years, he was principal staff at the National Queer Asian Pacific Islander Alliance (NQAPIA), where he managed the policy and programmatic work for NQAPIA and its federation of 40 Asian American, South Asian, Southeast Asian, and Pacific Islander LGBT groups around the country. He spearheaded efforts to promote national LGBT campaigns around comprehensive immigration reform and a national LGBT Pride Month campaign from Asian American/ Pacific Islander advocacy organizations.

Ben is the son of Filipino immigrants and was born and raised in New Jersey. He first moved to the District in 1997 and is a proud resident of Ward 1.

View the Mayor’s Office of Asian and Pacific Islander Affairs' organizational chart

History

History

Created in 1987, MOAPIA has been committed to promoting and engaging the District’s Asian American and Pacific Islander (AAPI) residents and business owners so they may successfully integrate into the civic, economic, and cultural life of the District. As the Mayor’s liaison to the AAPI community, we connect AAPI residents and businesses with District agencies to foster efficient and effective partnerships, improve access to services, and help break down language and cultural barriers.

Contact Us

Contact Us

Mayor’s Office on Asian and Pacific Islander Affairs
One Judiciary Square
441 4th Street, NW, Suite 721 North
Washington, DC 20001
Phone: (202) 727-3120
Fax: (202) 727-9655
TTY: 711
Email: [email protected]

Mayor's Office on Asian and Pacific Islander Affairs
Mayor’s Office of Asian and Pacific Islander Affairs