The Voting Information Project Supports New Jersey Elections

The Voting Information Project Supports New Jersey Elections

The Voting Information Project (VIP) is a partnership between state and local election officials, The Pew Charitable Trusts and Google to make official voting information available to voters where they look for it most—online and on their mobile devices.

This year, VIP is supporting the 2013 elections in New Jersey. Eligible voters in that state may find their election information using the Google Civic Information Tool below.

How to Install the VIP Polling Place Locator:

  1. Insert this tag between the <head> tags on your page:

    <script type="text/javascript" src="https://voter-info-tool.appspot.com/js/loader.js"></script>


  2. Insert this code where you want the Voter Information Tool to appear on your page (NB: the values for the options 'region' and 'election_id' can change based on where the tool is being embedded and for which election, respectively):

    <div id="_vit"></div>
    <script type="text/javascript"> vit.load({'election_id': '4014', 'region': 'NJ'});</script>