File: /home/vmasmheia229/domains/overtoneband.com/html/wp-content/themes/bigcity/header-contacts.php
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head>
<?php $theme_options = get_option('option_tree'); ?>
<!--[if ie]><meta content='IE=edge' http-equiv='X-UA-Compatible'/><![endif]-->
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' | '; } ?><?php bloginfo('name'); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<?php if (get_option_tree('layout_options', '')) { ?>
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_url'); ?>/mobile-style.css" />
<?php } ?>
<!--[if IE 8]>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/ie8.css" media="screen" type="text/css" />
<![endif]-->
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php
if ( is_singular() && get_option( 'thread_comments' ) )
wp_enqueue_script( 'comment-reply' );
wp_head();
?>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"> </script>
<script type="text/javascript">
var stockholm = new google.maps.LatLng(<?php get_option_tree('latitudes', '', true); ?>, <?php get_option_tree('longitudes', '', true); ?>);
var parliament = new google.maps.LatLng(<?php get_option_tree('latitudes', '', true); ?>, <?php get_option_tree('longitudes', '', true); ?>);
var marker;
var map;
function initialize() {
var mapOptions = {
zoom: <?php get_option_tree('zoom', '', true); ?>,
mapTypeId: google.maps.MapTypeId.<?php get_option_tree('map_type', '', true); ?>,
center: stockholm
};
map = new google.maps.Map(document.getElementById("map_canvas"),
mapOptions);
marker = new google.maps.Marker({
map:map,
draggable:true,
animation: google.maps.Animation.DROP,
position: parliament
});
google.maps.event.addListener(marker, 'click', toggleBounce);
}
function toggleBounce() {
if (marker.getAnimation() != null) {
marker.setAnimation(null);
} else {
marker.setAnimation(google.maps.Animation.BOUNCE);
}
}
</script>
<?php include 'var.php'; ?>
</head>
<body <?php body_class(); ?> onload="initialize()">
<div id="aligner">
<!-- *******************************Header********************************** -->
<div id="header">
<div id="logo">
<?php if (!get_option_tree('logo')){ ?><a href="<?php bloginfo('url'); ?>"><h1><?php bloginfo('name'); ?></h1></a> <?php } else { ?>
<a href="<?php bloginfo('url'); ?>"><img src="<?php get_option_tree('logo', '', true); ?>" alt="<?php bloginfo('name'); ?>" /></a>
<?php } ?>
</div><!--#logo-->
<?php get_sidebar( 'header'); ?>
</div><!--#header-->
<!-- *******************************Menu********************************** -->
<div id="navigation-block">
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'fallback_cb' => false, 'container' => false, 'items_wrap' => '<ul id="primary-main-menu" class=%2$s>%3$s</ul>' ) ); ?>
</div><!--#navigation_block-->
<!-- *******************************Wrapper********************************** -->
<div id="wrapper" class="hfeed">
<div id="main">