x ic Contact us

{{ ## START CUSTOM OPTIONS ## }}



{{ REFER TO NOTES AT: http://support.aarcadethemes.com/custom-option-notes/ }}



{{ CONTACT FORM OPTIONS }} {{ *See Note 29 }}


{% capture contact_form_introduction %}

Submit the form below and we will get back to you as soon as possible.

{% endcapture %}


{% capture contact_form_submitted_message %}

Your message has been sent and we will respond as soon as possible.

{% endcapture %}


{% capture additional_text_after_form %}


{% endcapture %}



{{ RIGHT COLUMN OPTIONS }} {{ *See Note 30 }}


{% assign show_center_border = 'yes' %}


{% assign full_street_address_label = 'Street Address:' %}

{% capture full_street_address %}


{% endcapture %}


{% assign full_postal_address_label = 'Postal Address:' %}

{% capture full_postal_address %}


{% endcapture %}


{% capture right_column_text %}


{% endcapture %}


{% assign show_google_map = 'no' %}

{% assign google_map_is_interactive = 'no' %}

{% assign google_map_zoom_level = '15' %}

{% capture google_map_address %}


{% endcapture %}

{% capture additional_text_after_map %}


{% endcapture %}



{{ #### END CUSTOM OPTIONS #### }}



{{ ## START ADMIN - DO NOT EDIT ## }}{% capture newline %}

{% endcapture %}{% assign column_width = 392 %}{% capture map_width %}{{ column_width | minus: 2 }}{% endcapture %}{% capture map_height %}{{ column_width | minus: 2 | times: 80 | divided_by: 100 }}{% endcapture %}{% capture right_column_content %}{% if full_street_address != blank %}<div class="address">{% if full_street_address_label != blank %}<p class="lbl"><span>{{ full_street_address_label }}</span></p>{% endif %}{{ full_street_address | paragraphs }}</div>{% endif %}{% if full_postal_address != blank %}<div class="address">{% if full_postal_address_label != blank %}<p class="lbl"><span>{{ full_postal_address_label }}</span></p>{% endif %}{{ full_postal_address | paragraphs }}</div>{% endif %}{% if right_column_text != blank %}<div class="add_text up">{{ right_column_text | paragraphs }}</div>{% endif %}{% if show_google_map == 'yes' and google_map_address != blank %}{% assign gma = google_map_address %}{% elsif show_google_map == 'yes' and full_street_address != blank %}{% assign gma = full_street_address %}{% endif %}{% if gma != blank %}{% capture gmas %}{{ gma | strip_html | replace: newline, ',' | replace: ' ', '+', | replace: ',,', ',' | replace: '++', '+' | remove_first: ',' | escape }}{% endcapture %}{% capture gmasl %}{{ gmas | size | minus: 1 }}{% endcapture %}{% capture gmasc %}{{ gmas | truncate: gmasl, '' }}{% endcapture %}{% capture gmase %}{{ gmas | remove: gmasc }}{% endcapture %}{% if gmase == ',' %}{% assign gmas = gmasc %}{% endif %}{% endif %}{% if google_map_zoom_level == blank %}{% assign google_map_zoom_level = '15' %}{% endif %}{% if gmas != blank and google_map_is_interactive != 'yes' %}<div class="address_map static"><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q={{ gmas }}&amp;z={{ google_map_zoom_level }}&amp;ie=UTF8" target="_blank"><img src="http://maps.google.com/maps/api/staticmap?center={{ gmas }}&amp;zoom={{ google_map_zoom_level }}&amp;size={{ map_width }}x{{ map_height }}&amp;markers=color:red|label:A|{{ gmas }}&amp;iwloc=&amp;sensor=false" alt="{{ store.name | escape }} Map" /></a></div>{% elsif gmas != blank %}<div class="address_map interactive"><iframe width="{{ map_width }}" height="{{ map_height }}" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.google.com/maps?f=q&amp;hl=en&amp;q={{ gmas }}&amp;z={{ google_map_zoom_level }}&amp;iwloc=&amp;ie=UTF8&amp;t=m&amp;output=embed"></iframe></div>{% endif %}{% if additional_text_after_map != blank %}<div class="add_text down">{{ additional_text_after_map | paragraphs }}</div>{% endif %}{% endcapture %}{{ ## END ADMIN ## }}



<div id="contact_content">


{% if right_column_content != blank %}

<div id="border_shift"{% if show_center_border == 'no' %} class="noborder"{% endif %}>

<div id="border_shift_return">

{% endif %}


<div id="contact_left" style="width:{{ column_width }}px;">


{% if contact.sent %}

<div class="contact_msg submitted">

{{ contact_form_submitted_message | paragraphs }}

</div>

{% else %}

<div class="contact_msg intro">

{{ contact_form_introduction | paragraphs }}

</div>

<form id="contact_form" method="post" action="/contact">

<label for="name"><span>Name</span></label>

{{ contact | contact_input: 'name' }}

<label for="email"><span>Email</span></label>

{{ contact | contact_input: 'email' }}

<label for="subject"><span>Subject</span></label>

{{ contact | contact_input: 'subject' }}

<label for="message"><span>Message</span></label>

{{ contact | contact_input: 'message' }}

<div id="captcha_div">{{ contact.captcha }}</div>

<label for="captcha">Spam Check - Enter the letters from the image above.</label>

{{ contact | contact_input: 'captcha' }}

<button id="contact_submit" name="submit" type="submit"><span>Send</span></button>

</form> <script type="text/javascript">

adroll_adv_id = "IWTSFYQQKZCXHK7Y2LK4N4";

adroll_pix_id = "S5JYU2KYXZA2TLI3NLMUEU";

(function () {

var oldonload = window.onload;

window.onload = function(){

   __adroll_loaded=true;

   var scr = document.createElement("script");

   var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");

   scr.setAttribute('async', 'true');

   scr.type = "text/javascript";

   scr.src = host + "/j/roundtrip.js";

   ((document.getElementsByTagName('head') || [null])[0] ||

    document.getElementsByTagName('script')[0].parentNode).appendChild(scr);

   if(oldonload){oldonload()}};

}());

</script>

{% if additional_text_after_form != blank %}

<div class="add_text down">

{{ additional_text_after_form | paragraphs }}

</div>

{% endif %}


{% endif %}

<div class="clear"></div>

</div>


{% if right_column_content != blank %}

<div id="contact_right" style="width:{{ column_width }}px;">


{{ right_column_content }}

</div>

<div class="clear"></div>

</div>

</div>

{% endif %}

<div class="clear"></div>

</div>