Client Login
Cicero
API
Data
Services
Pricing
Community
Support
Free Trial
Live Demo
Call cicero
Call cicero
Call cicero
Call cicero
Please enter an address
Did you mean...
Permalink to this search
Report a problem
{eval} if (DistrictType.indexOf('local') >= 0) { catBox = '<' + 'div class="catBox" id="catBoxLocal">Local<' + '/div>'; } else if (DistrictType.indexOf('state') >= 0) { catBox = '<' + 'div class="catBox" id="catBoxState">State<' + '/div>'; } else if (DistrictType.indexOf('national') >= 0) { catBox = '<' + 'div class="catBox" id="catBoxNational">National<' + '/div>'; } else { catBox = ''; } {/eval} ${catBox}
{if isNaN(DistrictID)} ${DistrictID} {else} District ${DistrictID} {/if}
{if RepresentingState != ''} {if RepresentingCity != ''}
${RepresentingCity}, ${RepresentingState}, ${Country}
{else}
${RepresentingState}, ${Country}
{/if} {else}
${Country}
{/if}
{if Title != ''} ${Title} {/if} {if defined('FirstName')} ${FirstName} {if defined('LastName')} {/if} ${LastName} {/if} {if Party != ''} (${Party}) {/if}
{if PrimaryAddress1 != ''}
Primary Address
${PrimaryAddress1}
{/if} {if PrimaryAddress2 != ''} ${PrimaryAddress2}
{/if} {if PrimaryAddress3 != ''} ${PrimaryAddress3}
{/if} {if PrimaryState != ''} {if PrimaryCity != ''} ${PrimaryCity}, {/if} ${PrimaryState} {else} {if PrimaryCity != ''} ${PrimaryCity} {/if} {/if} {if PrimaryPostalCode != ''} ${PrimaryPostalCode|capitalize} {/if}
{if PrimaryPhone1 != ''} {if PrimaryFax1 != ''}
Phone
${PrimaryPhone1}
Fax
${PrimaryFax1}
{else}
Phone
${PrimaryPhone1}
{/if} {elseif PrimaryFax1 != ''}
Fax
${PrimaryFax1}
{/if} {if EMail1 != ''}
Email
{var mailLink = '<' + 'a href="mailto:' + EMail1 + '" target="_blank"' + '>' + EMail1 + '<' + '/a>'} ${mailLink} {/if} {if 'Url1' != ''}
Website:
{eval} if (Url1.length > 36) { urlText = Url1.substring(0, 36) + '...'; } else { urlText = Url1; } urlLink = 'a href="' + Url1 + '" target="_blank"'; urlTotal = '<' + urlLink + '>' + urlText + '<' + '/a>'; {/eval} ${urlTotal} {/if}
<div class="catBox" id="catBoxNonLeg">Non-Legislative</div> <h1 class="capitalize">${DistrictType.replace(/_/g, " ")} {if DistrictSubType != ''} (${DistrictSubType.replace(/_/g, " ")}) {/if} </h1> <h2> {if isNaN(DistrictID)} <span class="capitalize">${DistrictID.replace(/sd/g,"S.D.")}</span> {else} {eval} if (DistrictSubType == "HUC2") { distName = "Hydrologic Region"; } else if (DistrictSubType == "HUC4") { distName = "Hydrologic Subregion"; } else if (DistrictSubType == "HUC6") { distName = "Basin"; } else if (DistrictSubType == "HUC8") { distName = "Subbasin"; LA = Label.split( /[,.]|\bbasin\b/ig ); Label = LA[0]; } else if (DistrictSubType == "HUC10") { distName = "Watershed"; } else if (DistrictSubType == "HUC12") { distName = "Subwatershed"; } else if (DistrictType == "COUNTY") { distName = "FIPS Code"; } else if (DistrictType == "POLICE" && Label == "PSA"){ distName = "Police Service Area"; if( Math.ceil( DistrictID ) !== NaN ){ DistrictID = Math.ceil( DistrictID ); } } else if ( DistrictType == "POLICE" && ( City == "NEW YORK" || ( City == "PORTLAND" && State == "OR" ) || City == "BOSTON" || City == "SEATTLE" || City == "BALTIMORE" || City == "DETROIT" ) ){ distName = "Precinct"; } else { distName = "District"; } {/eval} {if DistrictType == 'WATERSHED'} ${Label} ${distName} {elseif DistrictType == 'CENSUS'} ${Label} {else} ${distName} ${DistrictID} {/if} {/if} {if City != ''} ${City} {if defined('State') && State != ''},{/if} {/if} {if State != ''} ${State} {/if} {if Country != ''} ${Country} {/if} </h2> <h4>${Label}</h4>
27} title="${DistrictID}" {/if}> {if isNaN(DistrictID)} {eval} if( DistrictID == "AT LARGE" ){ repDistrict = "At-Large"; } else if( DistrictID.split(" ")[0].length > 2 || DistrictID.split(" ")[0] == "FT" || DistrictID.split(" ")[0] == "ST" || DistrictID.split(" ")[0] == "MT" ) { /*do not make state abbrevs lowercase - make exceptions for FT (WORTH), ST (LOUIS)*/ repDistrict = DistrictID.toLowerCase(); } else { repDistrict = DistrictID; } if (repDistrict.length > 27) { repDistrict = repDistrict.substring(0, 24) + '...'; } {/eval}
${repDistrict}
{else}
District ${DistrictID}
{/if} {eval} repField = ''; {/eval} {if defined('Title')} {eval} repField = Title + " "; {/eval} {/if} {if defined('FirstName')} {eval} repField = repField + FirstName + " "; {/eval} {/if} {if defined('LastName')} {eval} repField = repField + LastName; {/eval} {/if} {eval} if (repField.length > 45) { repField = repField.substring(0, 45) + '...'; } {/eval} ${repField}
{if isNaN(DistrictID) && DistrictType != 'WATERSHED' && DistrictID.length > 1}
${DistrictID.toLowerCase().replace(/sd/g,"S.D.")}
{elseif DistrictType == "POLICE" && Label == "PSA"} {eval} displayDistrictID = Math.ceil(DistrictID) {/eval}
Police Service Area ${displayDistrictID}
{else} {eval} if (DistrictSubType == "COUNTY") { distName = "FIPS Code"; } else if (DistrictType == "SCHOOL"){ distName = "School District"; } else if ( DistrictType == "POLICE" && ( City == "NEW YORK" || ( City == "PORTLAND" && State == "OR" ) || City == "BOSTON" || City == "SEATTLE" || City == "BALTIMORE" || City == "DETROIT" ) ){ distName = "Precinct"; } else { distName = "District"; } {/eval} {if DistrictType == 'WATERSHED'} {eval} if (DistrictSubType == "HUC2") { LA = Label.split( /[,.]|\bregion\b/ig ); Label = LA[0]; distName = "Hydrologic Region"; } else if (DistrictSubType == "HUC4") { distName = "Hydrologic Subregion"; } else if (DistrictSubType == "HUC6") { distName = "Basin"; } else if (DistrictSubType == "HUC8") { distName = "Subbasin"; LA = Label.split( /[,.]|\bbasin\b/ig ); Label = LA[0]; } else if (DistrictSubType == "HUC12") { distName = "Subwatershed"; } else if (DistrictSubType == "WSC_MDA") { distName = ""; } else if (DistrictSubType == "WSC_SDA") { distName = "Sub-Drainage Area"; } else if (DistrictSubType == "WSC_SSDA") { distName = "Sub-Sub-Drainage Area"; } else { distName = "Watershed"; } {/eval} ${Label} ${distName} {elseif DistrictType == 'NATIONAL_LOWER_2010'} Congressional District ${State}-${DistrictID} {elseif DistrictType == 'CENSUS' && Country == 'CA'} {if DistrictSubType == 'BLOCK_GROUP'} Census Dissemination Area ${DistrictID} {elseif DistrictSubType == 'TRACT'} Census Tract ${DistrictID} {elseif DistrictSubType == 'URBAN_AREA'} ${Label} Census Metropolitan Area {/if} {elseif defined('Label') && Label != '' && $.inArray(DistrictType, ['CENSUS']) !== -1} ${Label} {else}
${DistrictType.replace(/_(2010)?/g, " ")}
${distName} ${DistrictID} {/if} {/if}
Our Partners
Subscribe to Cicero News
Email*
Receive our newsletter
Submit
A Product of Azavea
340 N. 12th Street, Suite 402
Philadelphia, PA 19107
w:
http://azavea.com
e:
info@azavea.com
p:
215-925-2600
Tweet