<div class="pac-container" role="listbox">
    {{#each this}}
    <div class="pac-item{{#if is_custom}} pac-item-custom{{/if}}" {{#if is_custom}}data-accountkey="{{place.dealerData.accountKey}}"{{/if}} data-iscustom="{{#if is_custom}}true{{/if}}{{#unless is_custom}}false{{/unless}}" {{#if place_id}}data-placeid="{{place_id}}"{{/if}} role="option" title="{{description}}">
        <span class="pac-icon{{#if pacIconClass}} {{pacIconClass}}{{/if}}{{#unless pacIconClass}} icon-location{{/unless}}"></span>
        <span class="pac-item-query">
            {{#highlightPrediction this}}<span class="pac-matched">{{this}}</span>{{/highlightPrediction}}<!--
            -->{{#unmatchedTerms this}}<span>{{this}}</span>{{/unmatchedTerms}}
        </span>
        {{#subline}}{{subline}}{{/subline}}
        {{#isCustom}}{{customLabel}}{{/isCustom}}
   </div>
   {{/each}}
</div>