var current = L.icon({ iconUrl: '/map/img/icons/green.png', iconSize: [12, 20], iconAnchor: [6, 20], popupAnchor: [0, -22] }); var past = L.icon({ iconUrl: '/map/img/icons/yellow.png', iconSize: [12, 20], iconAnchor: [6, 20], popupAnchor: [0,-22] }); var future = L.icon({ iconUrl: '/map/img/icons/blue.png', iconSize: [12, 20], iconAnchor: [6, 20], popupAnchor: [0,-22] }); function displayEricaMap(latitude, longitude, zoom) { var map = L.map('map').setView([latitude, longitude], zoom) L.tileLayer('http://tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: 'Key: Current Location   Past Location   Future Location | Map © OpenStreetMap contributors CC-BY-SA', maxZoom: 18 }).addTo(map); var location0 = L.marker([50.936447, -1.395867], {icon: past}).addTo(map) .bindPopup("

Building 32 Level 4 Coffee Room, University of Southampton

Dates:
12:00, March 18th 2013 - 15:00, July 11th 2013
12:00, November 7th 2013 - 12:00, March 13th 2014

The Coffee Room has been the main building space for Erica both originally and for her 2014 upgrade.

"); var location1 = L.marker([50.906754, -1.405932], {icon: past}).addTo(map) .bindPopup("

Marlands Shopping Centre, Southampton

Dates:
13:00, July 18th 2013 - 13:00, September 22nd 2013

The Marlands Shopping Centre was where Erica resided during the GoRhinos! campaign.

"); var location2 = L.marker([50.899663, -1.407992], {icon: past}).addTo(map) .bindPopup("

Grand Harbour Hotel, Southampton

Dates:
00:00, October 30th 2013 - 23:59, October 30th 2013

Erica was auctioned to raise money for Marwell Wildlife and various other local charities and was bought by the University of Southampton for £2500.

"); var location3 = L.marker([50.994618, -1.2764], {icon: past}).addTo(map) .bindPopup("

Marwell Wildlife

Dates:
13:00, July 18th 2013 - 13:00, September 22nd 2013

Erica went on display with the other rhinos from the GoRhinos! campaign for a week before the rhino auction.

"); var location4 = L.marker([52.453721, -1.718441], {icon: past}).addTo(map) .bindPopup("

Big Bang Fair: National Exhibition Centre, Birmingham

Dates:
09:00, March 13th 2014 - 17:00, March 16th 2014

Erica attended the 2014 Big Bang Fair and meet thosands of children ad their teachers/parents over the four days.

"); var location5 = L.marker([50.934974, -1.397625], {icon: past}).addTo(map) .bindPopup("

University of Southampton Science and Engineering Day 2014

Dates:
10:00, March 22nd 2014 - 17:00, March 22nd 2014

Erica attended the 2014 Science and Engineering Day and will be residing in the West Refectory.

"); var location6 = L.marker([50.936107, -1.397496], {icon: past}).addTo(map) .bindPopup("

TEDxSouthamptonUniversity 2014

Dates:
18:00, March 22nd 2014 - 11:00, March 24th 2014

Erica attended the 2014 TEDxSouthamptonUniversity conference and will be residing in the Nuffield Theatre.

"); var location7 = L.marker([50.93756, -1.398204], {icon: current}).addTo(map) .bindPopup("

Zepler/Mountbatten Foyer, University of Southampton

Dates:
16:00, July 11th 2013 - 12:00, July 18th 2013
12:00, March 24th 2014 -

Erica's new permanent home will be in the foyer of the Mountbatten Building.

"); var location8 = L.marker([50.936688, -1.396584], {icon: past}).addTo(map) .bindPopup("

University of Southampton Science and Engineering Day 2015

Dates:
10:30, March 14th 2015 - 16:30, March 14th 2015

Erica attended the 2015 Science and Engineering Day and set up base in the Nigthingale building.

"); var location9 = L.marker([50.7083888, -2.4537038], {icon: past}).addTo(map) .bindPopup("

Thomas Hardye School

Dates:
09:00, April 28th 2015 - 15:30, April 28th 2015

Erica trekked out to Dorchester to meet pupils at the Thomas Hardye School.

"); var location10 = L.marker([51.8892276, -2.0761046], {icon: past}).addTo(map) .bindPopup("

Cheltenham Science Festival 2015

Dates:
09:00, June 3rd 2015 - 17:00, June 3rd 2015

Erica took a trip out to Cheltenham to pay a visit to their Science Festival at the Cheltenham Town Hall.

"); };