Locations & Hours: Variable Output

This is what's generated by the "locations" variable.


Location 1 Title Goes Here
1201 Infinity Ct.
Suite 100
Lincoln, NE 68512
United States
Planet Earth
Phone 111-111-1111
Toll-Free 222-222-2222
[Hours information...]
Location 2 Title Goes Here
1201 Infinity Ct.
Suite 100
Lincoln, NE 68512
United States
Planet Earth
Phone 111-111-1111
Toll-Free 222-222-2222
[Hours information...]

<div class="locations-hours locations-hours--variable" id="[ID]">

    <div class="location location--[num]" itemscope itemtype="http://schema.org/Organization">
    
        <div class="location__title">
            <h5 itemprop="name">[Location 1 Title]</h5>
        </div>
    
        <div class="location__info">
        
            <div class="location__address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
        
                <div class="location-address location-address--1" itemprop="streetAddress">
                    [Address Line 1]
                </div>
        
                <div class="location-address location-address--2" itemprop="streetAddress">
                    [Address Line 2]
                </div>
        
                <div class="location-address location-address--3" itemprop="streetAddress">
                    [Address Line 3]
                </div>
        
                <div class="location-address location-address--4" itemprop="streetAddress">
                    [Address Line 4]
                </div>
        
                <div class="location-address location-address--5" itemprop="streetAddress">
                    [Address Line 5]
                </div>
        
            </div>
        
            <div class="location__phone">
        
                <div class="location-phone location-phone--1">
                    <span class="label">[Phone 1 Label]</span>
                    <span class="value" itemprop="telephone" content="[Phone 1]"><a href="tel:[Phone 1]">[Phone 1]</a></span>
                </div>
        
                <div class="location-phone location-phone--2">
                    <span class="label">[Phone 2 Label]</span>
                    <span class="value" itemprop="telephone" content="[Phone 2]"><a href="tel:[Phone 2]">[Phone 2]</a></span>
                </div>
        
                <div class="location-phone location-phone--3">
                    <span class="label">[Phone 3 Label]</span>
                    <span class="value" itemprop="faxNumber" content="[Phone 3]"><a href="tel:[Phone 3]">[Phone 3]</a></span>
                </div>
        
            </div>
            
            <div class="location__links">
        
                <div class="location-links-email">
                    <span class="label">[Email Label]</span>
                    <span class="value" itemprop="email"><a href="mailto:[Email]">[Email]</a></span>
                </div>
        
                <div class="location-links-contact-form">
                    <a href="[Contact Form URL]">[Contact Form Label]</a>
                </div>
            
            </div>
        
            <div class="location__hours">

                <p>[Hours information...]</p>

            </div>
        
        </div>
    
    </div>

</div>