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

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

    map60 = new google.maps.Map(document.getElementById("map60"), map60Options);
    var bounds = new google.maps.LatLngBounds();
        var pos50 = new google.maps.LatLng(-36.84758595395141,174.77357625961304);
    marker["60-50"] = new google.maps.Marker({
        position: pos50,
        map: map60,
        title: "Beach, The"
    });

    bounds.extend(new google.maps.LatLng(-36.84758595395141,174.77357625961304));
    infowindow["60-50"] = new google.maps.InfoWindow({
            content: '<p class="mapinfo"><strong>Beach, The</strong><br />'+
            '</p>'
    });

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

        // Open Info Window
        infowindow["60-50"].open(map60, marker["60-50"]);
        map60.setCenter(pos50);
    });
    
    

}

$(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="maplocations60" style="display:none" >
                <div id='mapDescription60j0'>
            <h3>Beach, The</h3>
            <p></p>
            
        </div>
        
    </div>

