General Enquiries

eggleton.admin@sydney.edu.au / ph: +61 2 8627 9685
The School of Physics – Bldg A28, The University of Sydney
NSW 2006 AUSTRALIA

 

function GetMap() {
var map = new Microsoft.Maps.Map(‘#myMap’, {
credentials: ‘AppRNZX6ohMEMeIj16ygS4vlThJJjVVF7bMRaZBtF_y4FMuGGXkbtB8abh4PAqKn’,
center: new Microsoft.Maps.Location(-33.8881, 151.1873),
zoom: 18
});
var center = map.getCenter();
var pin = new Microsoft.Maps.Pushpin(center, {
title: ‘School of Physics’,
subTitle: ‘The Eggleton Research Group’,
text: ”
});
map.entities.push(pin);
}