<?php header('Content-type: text/html; charset=utf-8'); ?>
<?php
  /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */
  
  // load viewer library
  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';
  $dirsToCheck = array('/websites/ge/geneticalliance.org.au/','','../','../../','../../../');
  foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}
  if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }

  // load record from 'contact_us'
  list($contact_usRecords, $contact_usMetaData) = getRecords(array(
    'tableName'   => 'contact_us',
    'where'       => '', // load first record
    'loadUploads' => true,
    'allowSearch' => false,
    'limit'       => '1',
  ));
  $contact_usRecord = @$contact_usRecords[0]; // get first record
  if (!$contact_usRecord) { dieWith404("Record not found!"); } // show error message if no record found


  
  // load records from 'ga_support_links'
  list($ga_support_linksRecords, $ga_support_linksMetaData) = getRecords(array(
    'tableName'   => 'ga_support_links',
    'loadUploads' => true,
    'allowSearch' => false,
  ));


  // load records from 'quick_links'
  list($quick_linksRecords, $quick_linksMetaData) = getRecords(array(
    'tableName'   => 'quick_links',
    'loadUploads' => true,
    'allowSearch' => false,
  ));

 
  // load records from 'page_quick_links'
  list($page_quick_linksRecords, $page_quick_linksMetaData) = getRecords(array(
    'tableName'   => 'page_quick_links',
    'loadUploads' => true,
    'allowSearch' => false,
  ));
  
  
    // load record from 'member_of'
  list($member_ofRecords, $member_ofMetaData) = getRecords(array(
    'tableName'   => 'member_of',
    'where'       => '', // load first record
    'loadUploads' => true,
    'allowSearch' => false,
    'limit'       => '1',
  ));
  $member_ofRecord = @$member_ofRecords[0]; // get first record
  if (!$member_ofRecord) { dieWith404("Record not found!"); } // show error message if no record found

  
?><!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8"/>
	<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
	<title>Contact Us  |  Genetic Alliance Australia</title>
	<meta name="description" content="Genetic Alliance Australia, a tax-deductible registered charity, was formed in 1988 to provide support and information for individuals and families affected by a genetic condition." />

	<link rel="shortcut icon" href="favicon.ico"/>

	
	<link rel="stylesheet" type="text/css" href="3dParty/bootstrap/css/bootstrap.min.css"/>
	
	<link rel="stylesheet" type="text/css" href="css/global.css"/>
	
	<link rel="stylesheet" type="text/css" href="3dParty/colorbox/colorbox.css"/>
	
	<link rel="stylesheet" type="text/css" href="css/typo.css"/>
	
		<link rel="stylesheet" type="text/css" href="css/google-maps.css"/>

	
	<link rel="stylesheet" type="text/css" href="css/slider.css"/>
	
	<link rel="stylesheet" type="text/css" href="css/testimonials.css"/>
	
	<link rel="stylesheet" type="text/css" href="css/portfolio.css"/>
	
	<link rel="stylesheet" type="text/css" href="css/page-nav.css"/>
	
	<link rel="stylesheet" type="text/css" href="css/comments.css"/>
	
	<link rel="stylesheet" type="text/css" href="css/social.css"/>
	
	<link rel="stylesheet" type="text/css" href="css/boxes.css"/>
		<link rel="stylesheet" type="text/css" href="css/accordion.css"/>

	

	<!--Fonts-->
	<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&amp;subset=latin,cyrillic'
		  rel='stylesheet' type='text/css'/>

	<!--Fonts with Icons-->
	<link rel="stylesheet" href="3dParty/fontello/css/fontello.css"/>

</head>
<body><?php include_once("analyticstracking.php") ?><div id="pi-all"><?php include("genetics_header.php") ?><div id="page">

<!-- - - - - - - - - - SECTION - - - - - - - - - -->

<!-- Title bar -->
<div class="pi-section-w pi-section-base pi-section-base-gradient">
	<div class="pi-texture" style="background: url(img/hexagon.png) repeat;"></div>
	<div class="pi-section" style="padding: 30px 40px 26px;">
	
		<div class="pi-row">
			<div class="pi-col-sm-4 pi-center-text-xs">
				<h1 class="h2 pi-weight-300 pi-margin-bottom-5"><?php echo htmlencode($contact_usRecord['title']) ?></h1>
			</div>
			<div class="pi-col-sm-8 pi-text-right pi-center-text-xs">
				<p class="lead-20 pi-weight-300 pi-margin-top-5 pi-margin-bottom-5"><?php echo htmlencode($disclaimer_privacyRecord['tag_line']) ?></p>
			</div>
		</div>
		
	</div>
</div>
<!-- End title bar -->

<!-- - - - - - - - - - END SECTION - - - - - - - - - -->

<!-- - - - - - - - - - SECTION - - - - - - - - - -->

<!-- Breadcrumbs -->
<div class="pi-section-w pi-border-bottom pi-section-grey">
	<div class="pi-section pi-titlebar pi-breadcrumb-only">
		<div class="pi-breadcrumb pi-center-text-xs">
			<ul>
				<li><a href="index.php">Home</a></li>
				<li><?php echo htmlencode($contact_usRecord['title']) ?></li>
			</ul>
		</div>
	</div>
</div>
<!-- End breadcrumbs -->

<!-- - - - - - - - - - END SECTION - - - - - - - - - -->





<!-- - - - - - - - - - SECTION - - - - - - - - - -->

<div class="pi-section-w pi-section-white piICheck piStylishSelect piSocials">
	<div class="pi-section">

		<div class="pi-row">
			<div class="pi-col-sm-6">
				<h2 class="h4 pi-has-bg pi-weight-700 pi-uppercase pi-letter-spacing pi-margin-bottom-30">
					Get In Touch
				</h2>

				<!-- Contact form -->
								<iframe onload="javascript:parent.scrollTo(0,0);" height="978" allowTransparency="true" frameborder="0" scrolling="no" style="width:100%;border:none" src="http://www.geneticalliance.org.au/machform/embed.php?id=11303" title=""><a href="http://www.geneticalliance.org.au/machform/view.php?id=11303" title=""></a></iframe>			
				<!-- End contact form -->

			</div>
			<div class="pi-col-sm-6">

				

				<h2 class="h4 pi-has-bg pi-weight-700 pi-uppercase pi-letter-spacing pi-margin-bottom-30">
					Contact Us
				</h2>
				
								<p>
					If you have any questions regarding genetic conditions and support groups, 
					please do not hesitate to contact our office at the following address:				</p>
					<p>People who prefer a language other than English should contact us through the <strong>Telephone Interpreter Service (TIS) on 131 450</strong></p>
				</p>

				<p class="h6 pi-uppercase pi-weight-700 pi-padding-top-20">
					<?php echo htmlencode($contact_usRecord['address_line_1']) ?><br>
				<?php echo htmlencode($contact_usRecord['address_line_2']) ?>				<br>

				 <?php echo htmlencode($contact_usRecord['suburb']) ?>, &nbsp;<?php echo htmlencode($contact_usRecord['state']) ?> &nbsp; <?php echo htmlencode($contact_usRecord['postcode']) ?>				</p>

<br>
				<p class="h6 pi-uppercase pi-weight-700">
					<i class="icon-mail pi-text-base" style="margin-right: 5px;"></i> <a href="<?php echo htmlencode($contact_usRecord['email']) ?>"><i class="pi-link-dark"></i><?php echo htmlencode($contact_usRecord['email']) ?></a>
				</p>

				<p class="h6 pi-uppercase pi-weight-700  pi-padding-bottom-30">
					<i class="icon-phone pi-text-base" style="margin-right: 5px;"></i> </i>
				<?php echo htmlencode($contact_usRecord['telephone']) ?>
				</p>

				

				<ul class="pi-social-icons pi-jump pi-colored-bg pi-small pi-round pi-padding-top-10  pi-padding-bottom-30">
					<li><a target="_blank" href="https://www.facebook.com/AssociationOfGeneticSupportOfAustralasia?fref=ts" class="pi-social-icon-facebook"><i class="icon-facebook"></i></a></li>
					<li><a target="_blank" href="https://twitter.com/GeneticAll_AU" class="pi-social-icon-twitter"><i class="icon-twitter"></i></a></li>
				</ul>
				
												<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3312.4007528705447!2d151.22228802712252!3d-33.87933133017875!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b12ae11d146fb85%3A0xba67e33376f86b15!2s392%2F384-392+Victoria+St%2C+Darlinghurst+NSW+2010!5e0!3m2!1sen!2sau!4v1426646798523" width="400" height="250" frameborder="0" style="border:0"></iframe></p>
				
			</div>
		</div>

	</div>
</div>

<!-- - - - - - - - - - END SECTION - - - - - - - - - -->






</div>

<!-- Footer -->
<?php include("genetics_footer.php") ?>




<script src="scripts/pi.googleMapStyles.js"></script>
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="scripts/pi.global.js"></script>
<script src="scripts/pi.init.map.js"></script>
