<div class='jojo_map' id="map67" style="width: 500px; height: 400px;"></div>
<script type="text/javascript">
/* <![CDATA[ */
var marker = {};
var infowindow = {};
var map67 = {};

function initialize() {
     /* Set center to New Zealand if no locations are provided */
    var map67Latlng = new google.maps.LatLng(-36.84525064189767,174.7643494606018);
    var map67Options = {
        zoom:14,
        center: map67Latlng,
        draggable: true,
        scrollwheel: false,
        mapTypeId: google.maps.MapTypeId.ROADMAP,
        navigationControl: true,
        navigationControlOptions: {
            style: google.maps.NavigationControlStyle.SMALL
        },
        streetViewControl: true,
        mapTypeControl: true,
        mapTypeControlOptions: {
            style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
        },
        scaleControl: true
    }

    map67 = new google.maps.Map(document.getElementById("map67"), map67Options);
    var bounds = new google.maps.LatLngBounds();
        var pos57 = new google.maps.LatLng(-36.84525064189767,174.7643494606018);
    marker["67-57"] = new google.maps.Marker({
        position: pos57,
        map: map67,
        title: "Federal, The"
    });

    bounds.extend(new google.maps.LatLng(-36.84525064189767,174.7643494606018));
    infowindow["67-57"] = new google.maps.InfoWindow({
            content: '<p class="mapinfo"><strong>Federal, The</strong><br />'+
            '</p>'
    });

    google.maps.event.addListener(marker["67-57"], 'click', function() {
        // Close existing open info windows
        $.each(infowindow, function(k, v) {v.close()});

        // Open Info Window
        infowindow["67-57"].open(map67, marker["67-57"]);
        map67.setCenter(pos57);
    });
    
    

}

$(document).ready(function() {
    loadGMapScript();
});

function loadGMapScript() {
    var script = document.createElement("script");
    script.type = "text/javascript";
    script.src = "http://maps.google.com/maps/api/js?sensor=false&callback=initialize";
    document.body.appendChild(script);
}
/* ]]> */
</script>
    <div class='jojo_maplocations' id="maplocations67" style="display:none" >
                <div id='mapDescription67j0'>
            <h3>Federal, The</h3>
            <p></p>
            
        </div>
        
    </div>

