Client Login
Cicero
About
Features
Services
Pricing
Support
Free Trial
Live Demo
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 defined('RepresentingState')} {if defined('RepresentingCity')}
${RepresentingCity}, ${RepresentingState}, ${Country}
{else}
${RepresentingState}, ${Country}
{/if} {else}
${Country}
{/if}
{if defined('Title')} ${Title} {/if} {if defined('FirstName')} ${FirstName} {/if} {if defined('LastName')} ${LastName} {/if} {if defined('Party')} {eval} Party = Party.substring(0,1); {/eval} (${Party}) {/if}
{if defined('PrimaryAddress1')}
Primary Address
${PrimaryAddress1}
{/if} {if defined('PrimaryAddress2')} ${PrimaryAddress2}
{/if} {if defined('PrimaryAddress3')} ${PrimaryAddress3}
{/if} {if defined('PrimaryState')} {if defined('PrimaryCity')} ${PrimaryCity}, {/if} ${PrimaryState} {else} {if defined('PrimaryCity')} ${PrimaryCity} {/if} {/if} {if defined('PrimaryPostalCode')} ${PrimaryPostalCode|capitalize} {/if}
{if defined('PrimaryPhone1')} {if defined('PrimaryFax1')}
Phone
${PrimaryPhone1}
Fax
${PrimaryFax1}
{else}
Phone
${PrimaryPhone1}
{/if} {elseif defined('PrimaryFax1')}
Fax
${PrimaryFax1}
{/if} {if defined('EMail1')}
Email
{var mailLink = '<' + 'a href="mailto:' + EMail1 + '" target="_blank"' + '>' + EMail1 + '<' + '/a>'} ${mailLink} {/if} {if defined('Url1')}
Web Site:
{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}
Non-Legislative
${DistrictType.replace("_", " ")} (${DistrictSubType})
{if isNaN(DistrictID)}
${DistrictID.toLowerCase().replace(/sd/g,"S.D.")}
{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 (DistrictSubType == "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} {else} ${distName} ${DistrictID} {/if} {/if} {if defined('City') && City != ''} ${City} {if defined('State') && State != ''},{/if} {/if} {if defined('State') && State != ''} ${State} {/if} {if defined('Country') && Country != ''} ${Country} {/if}
{if defined('Label') && Label != '' && DistrictType != 'watershed'}
Region
${Label} {/if}
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)}
${DistrictID.toLowerCase().replace(/sd/g,"S.D.")}
{else} {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 == "HUC10") { distName = "Watershed"; } else if (DistrictSubType == "HUC12") { distName = "Subwatershed"; } else if (DistrictSubType == "COUNTY") { distName = "FIPS Code"; } else if (DistrictType == "POLICE" && Label == "PSA"){ distName = "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"; } DistrictType = DistrictType.toLowerCase(); {/eval}
{if DistrictType == 'watershed'} ${Label} ${distName} {elseif DistrictType == 'county'} ${Label} {else} ${DistrictType.replace("_", " ")} ${distName} ${DistrictID} {/if}
{/if}
Our Partners
Receive Updates
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