{{#location}}
  • {{marker}}
    {{#if name}}
    {{name}}
    {{/if}} {{#if firstname}}
    {{firstname}} {{lastname}}
    {{/if}}
    {{address}}
    {{#if address2}}
    {{address2}}
    {{/if}}
    {{city}}{{#if city}},{{/if}} {{state}} {{zip}}
    {{#if phone}}
    {{phone}}
    {{/if}} {{#if web}} {{/if}}
    {{description}}
    {{#if distance}}
    {{distance}} {{length}}
    {{#if altdistance}}
    {{altdistance}} {{altlength}}
    {{/if}} {{/if}}
  • {{/location}}