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

function initialize() {
     /* Set center to New Zealand if no locations are provided */
    var map211Latlng = new google.maps.LatLng(-36.86828726447601,174.77827548980713);
    var map211Options = {
        zoom:14,
        center: map211Latlng,
        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
    }

    map211 = new google.maps.Map(document.getElementById("map211"), map211Options);
    var bounds = new google.maps.LatLngBounds();
        var pos204 = new google.maps.LatLng(-36.86828726447601,174.77827548980713);
    marker["211-204"] = new google.maps.Marker({
        position: pos204,
        map: map211,
        title: "Queen's-Lodge"
    });

    bounds.extend(new google.maps.LatLng(-36.86828726447601,174.77827548980713));
    infowindow["211-204"] = new google.maps.InfoWindow({
            content: '<p class="mapinfo"><strong>Queen\'s-Lodge</strong><br />'+
            '</p>'
    });

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

        // Open Info Window
        infowindow["211-204"].open(map211, marker["211-204"]);
        map211.setCenter(pos204);
    });
    
    

}

$(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="maplocations211" style="display:none" >
                <div id='mapDescription211j0'>
            <h3>Queen's-Lodge</h3>
            <p></p>
            
        </div>
        
    </div>

