REALTORS® Vote!

When it comes to Election Day, our REALTORS® show up at the polls!

In preparation for the upcoming elections, visit the New York State Board of Elections website for information about:

  • Voter Registration
  • Absentee Ballots
  • Early voting
  • Polling Site
  • Statewide ballot proposals

… and much more!

 

Click to Explore

protected override void OnPreRender(EventArgs e) { var cmsPage = this.Page as CmsPageBase; if (cmsPage != null) { cmsPage.Title = "My Title"; cmsPage.Header.Controls.Add(new LiteralControl("")); } base.OnPreRender(e); }