var mapElement = document.getElementById('map');
// Create the Google Map using our element and options defined above
var map = new google.maps.Map(mapElement, mapOptions);
// Let's also add a marker while we're at it
var marker = new google.maps.Marker({
position: new google.maps.LatLng(-33.893088600,151.249873700),
map: map,
title: 'Sydney Ladies'
});
}
This website contains adult contents and is intended for adults aged 18 and over.
If you are sensitive to adult material please click leave now