{% assign use_variant_images = false %}
{% capture vertical_scroll %}{% endcapture %} {%- if use_variant_images and variant.images[0] -%} {%- assign images = variant.images -%} {%- else -%} {%- assign images = product.images -%} {%- endif -%}
{% assign last_slide = 0 %} {% assign imgOffset = 0 %} {% if product.tags contains 'Graphic Overlay' %} {% assign imgOffset = 1 %} {% endif %} {%- for image in images offset: imgOffset -%} {% capture thumbRepsonsive %} {%- if image != blank -%} {%- if image.width > 180 -%}{{ image.src | img_url: '180x' }} 180w {{ 180 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 360 -%}{{ image.src | img_url: '360x' }} 360w {{ 360 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 540 -%}{{ image.src | img_url: '540x' }} 540w {{ 540 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 720 -%}{{ image.src | img_url: '720x' }} 720w {{ 720 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 900 -%}{{ image.src | img_url: '900x' }} 900w {{ 900 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1080 -%}{{ image.src | img_url: '1080x' }} 1080w {{ 1080 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1296 -%}{{ image.src | img_url: '1296x' }} 1296w {{ 1296 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1512 -%}{{ image.src | img_url: '1512x' }} 1512w {{ 1512 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1728 -%}{{ image.src | img_url: '1728x' }} 1728w {{ 1728 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1944 -%}{{ image.src | img_url: '1944x' }} 1944w {{ 1944 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2160 -%}{{ image.src | img_url: '2160x' }} 2160w {{ 2160 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2376 -%}{{ image.src | img_url: '2376x' }} 2376w {{ 2376 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2592 -%}{{ image.src | img_url: '2592x' }} 2592w {{ 2592 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2808 -%}{{ image.src | img_url: '2808x' }} 2808w {{ 2808 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 3024 -%}{{ image.src | img_url: '3024x' }} 3024w {{ 3024 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = image.width | append: 'x' -%} {{ image.src | img_url: image_size }} {{ image.width }}w {{ image.height }}h {%- endif -%} {% endcapture %}
{% assign last_slide = forloop.index %} {% endfor %}
All media depicts mature plants.

Full Speed A Hedge® 'American Pillar' Arborvitae

SHRUB

Description

  • The fastest way to grow your own privacy fence.
  • Can grow up to 2'/year under ideal conditions.
  • Narrow habit saves space.
  • Provides green foliage and coverage year-round.
  • Ships at an average size of 32-34" tall, floor to tip.
  • Zones 3-8, sun/part sun, 20' tall x 5' wide at maturity.
Zone 3-8
Light part sun/sun
very tall

{% capture DiscountGroup %}{% endcapture %} {% capture DiscountTier %}{% endcapture %} {% assign DiscountGroup = DiscountGroup | plus: 0 %} {% assign DiscountTier = DiscountTier | plus: 0 %} {% assign discount_amount = 0 %} {% for group in product.discounts_structure.groups %} {% if group.id == DiscountGroup %} {% for tier in group.tiers %} {% if tier.id == DiscountTier %} {% for discount in tier.discount %} {% if discount.min_quantity > variant.quantity %}{% break %}{% endif %} {% assign discount_amount = discount.discount_amount | times: 100 %} {% endfor %} {% break %} {% endif %} {% endfor %} {% break %} {% endif %} {% endfor %} {% if variant.price < variant.compare_at_price %} Sale {{- variant.price | minus: discount_amount | money | remove: ' ' -}}
{{- variant.compare_at_price | money | remove: ' ' -}} {% else %} {{- variant.price | money | remove: ' ' -}} {% endif %} Each

Total
{% capture DiscountGroup %}{% endcapture %} {% capture DiscountTier %}{% endcapture %} {% assign DiscountGroup = DiscountGroup | plus: 0 %} {% assign DiscountTier = DiscountTier | plus: 0 %} {% assign discount_amount = 0 %} {% for group in product.discounts_structure.groups %} {% if group.id == DiscountGroup %} {% for tier in group.tiers %} {% if tier.id == DiscountTier %} {% for discount in tier.discount %} {% if discount.min_quantity > variant.quantity %}{% break %}{% endif %} {% assign discount_amount = variant.quantity | times: discount.discount_amount | times: 100 %} {% endfor %} {% break %} {% endif %} {% endfor %} {% break %} {% endif %} {% endfor %}
{{ variant.price | times: variant.quantity | minus: discount_amount | money | remove: ' ' }}
{% if discount_amount > 0 %} Saved {{ discount_amount | money | remove: ' ' }} {% endif %}
{% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %}
{{option.name}}
{% assign sortedvalues = option.values %} {% if option.name contains 'Length' or option.name contains 'Width' or option.name contains 'Height' or option.name contains 'Depth' or option.name contains 'Thickness' or option.name contains 'Weight' %} {% assign sortedvalues = option.values | sort %} {% endif %} {% for value in sortedvalues %} {% assign inventory_quantity = 0 %} {% assign available = false %} {% assign optionVariant = false %} {% if product.options_with_values.size == 3 and optionIndex == 2%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% elsif product.options_with_values.size == 2 and optionIndex == 1%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% endif %} {% assign checked = "" %} {% if variant.options[optionIndex] == value%}{% assign checked = "checked" %}{% endif %} {% endfor %}
{% endfor %}
{% capture add_to_cart %}Neptune.cart.add({ id:{{ variant.id | json }}, quantity:{{ variant.quantity }}, properties:{ '_growingzone':['3a', '3b', '4a', '4b', '5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b'],'shipping_exclusions':''} }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/products/Thuja_American_Pillar_5-sw.jpg?v=1626782311', title: 'Full Speed A Hedge® American Pillar Arborvitae', option: 'One Gallon' }); return false;{% endcapture %} {% assign discontinued = '' %} {% for tag in product.tags %} {% if tag contains 'discontinued' %} {% assign discontinued = 'true' %} {% endif %} {% endfor %} {% if variant.available %} {% else %} {% unless discontinued == 'true' %} Notify Me When Available {% endunless %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
white plant in hand icon

Hand-picked at our greenhouse

white shipped to door icon

Shipped to your door

Young plant icon

Arrives as young plant

background image

More Information

Description No other hedge plant can hold a candle to the rapid growth and narrow, space-saving habit of Full Speed A Hedge® 'American Pillar' arborvitae (Thuja occidentalis). It solves the problem of both waiting forever for an evergreen hedge to fill in AND taking up too much space in your (and your neighbors') yard once it does. American Pillar arborvitae is one of the best privacy trees on the market today, and combines the rapid growth rate of 'Green Giant' arborvitae with the compact, space-saving shape of Emerald Green arborvitae. Plant 'American Pillar' arborvitaes with their centers 2.5' apart - eight plants will provide 20' of lush, year-round privacy. With proper care, you can practically watch them grow, turning your yard into an oasis of privacy, and at a low cost compared to traditional fencing. This arborvitae is also heat and cold-tolerant, making it an excellent choice for an array of growing zones.   Note: Ships at an average size of 32-34" tall, floor to tip. Details Botanical Name: Thuja occidentalis 'American Pillar'
Patent: USPP 20,209
Common Name: Arborvitae
Zone: 3 - 8
Sun Exposure: Sun (> 6 hours sun) to part-sun (4-6 hours sun)
Height x Width: 15-20' tall, 3-5' wide
Foliage Color: Green
Season of Interest: Year-round
Features: Privacy & screening, heat tolerant, evergreens, cold tolerant
Uses: Specimen, hedge
How To Grow Soil: Grow in any moist but well-draining soil. Avoid very wet sites; tolerates some dryness once established.
Light: Sun (> 6 hours sun) to part-sun (4-6 hours sun)
Water: Average
Space: 2.5' apart
Fertilizing: Apply a slow-release fertilizer in early spring if desired.
Winterizing: A good 2-3" layer of mulch is recommended; Avoid extreme dry soil in autumn, which can cause the evergreen foliage to dry out in winter.
Maintenance: No pruning is required for Full Speed A Hedge® 'American Pillar' to grow as a dense, tight, narrow pyramid. It can be trimmed if desired.

Q & A

Your Questions on Arborvitae, Answered

Learn the best times to plant arborvitae, how to prevent winter burn, whether you should trim them, and everything else you need to know to grow them like a pro.

Thuja fluffy shrub on a house landscape

Customer Reviews

Based on 147 reviews
83%
(122)
7%
(11)
3%
(4)
2%
(3)
5%
(7)
G
G.G. (New York)
Bullseye !

Received our Full Speed a Hedge trees. They were healthy, the perfect size and a good price. We had never ordered from you before but definitely will in the future.

T
T.B. (Michigan)
Doing well in heavy clay soil

I planted one last year and 4 more this year in a site that is mostly sunny. The soil is heavy clay and retains water. The one planted last year has grown 8-12 inches. It is almost as tall as a green emerald arborvitae I planted 3 years ago. All are doing well—we have had lots of rain this June and July in Michigan. I don’t normally amend soil when I plant shrubs, but I did add some compost when I planted these. They were root bound, but that’s better than weak roots. I teased the roots apart as best I could, especially on the bottom. I staked some that were a little bent and they are growing straight now. Would order again!

S
S.I. (Virginia)
Full Speed A Hedge® 'American Pillar' Arborvitae

Bought 40 Full Speed A Hedge® 'American Pillar' Arborvitae, i bought 40 of these trees and only 3 out of 40 that are still alive. Spent over $800 on these trees thinking I was saving money going with this company but I could have just bought them locally instead and would have save my self time, energy and money. Sorry to be a negative person about this but when you have to dig 40 wholes and spend money on soil and trees and only 3 out of 40 trees happens to survive it kinda leaves you feeling very disappointed and drained.

Hello! We're sorry you're unsatisfied with your order and understand how you're feeling. We would love to help you start the claims process, and get you replacements on us. Our experienced team of horticulture experts is here to help, and is eager to take a closer look at your plants. Please contact us at claims@greatgardenplants.com with your order number and photos of the plants, and our friendly customer service team will be ready to assist you. All orders are covered by our 60-day guarantee. We look forward to helping! https://bit.ly/ggp-guarantee

A
A.S. (Tennessee)
Well packaged, delivered on time, healthy root balls

So far so good. A few of the 20 we ordered have some browning on the tips and not looking so well but it's been extremely hot over the last few weeks. Keeping them watered and hoping for the best.

M
M.B. (Utah)
Great Arborvitae!

We are happy with this beautiful plant.