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

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

    map131 = new google.maps.Map(document.getElementById("map131"), map131Options);
    var bounds = new google.maps.LatLngBounds();
        var pos121 = new google.maps.LatLng(-36.848899535636214,174.78241682052612);
    marker["131-121"] = new google.maps.Marker({
        position: pos121,
        map: map131,
        title: "Mirage88"
    });

    bounds.extend(new google.maps.LatLng(-36.848899535636214,174.78241682052612));
    infowindow["131-121"] = new google.maps.InfoWindow({
            content: '<p class="mapinfo"><strong>Mirage88</strong><br />'+
            '</p>'
    });

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

        // Open Info Window
        infowindow["131-121"].open(map131, marker["131-121"]);
        map131.setCenter(pos121);
    });
    
    

}

$(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="maplocations131" style="display:none" >
                <div id='mapDescription131j0'>
            <h3>Mirage88</h3>
            <p></p>
            
        </div>
        
    </div>

