// JavaScript Document

var priStudio = new GIcon(); 
priStudio.image = 'images/icons/studio.png';
priStudio.iconSize = new GSize(50, 30);
priStudio.iconAnchor = new GPoint(25, 28);
priStudio.infoWindowAnchor = new GPoint(5, 1);

var mapLocations = [];
mapLocations["Pretoria"] = new GLatLng(-25.783259, 28.299566);
mapLocations["Johannesburg"] = new GLatLng(-26.205063, 28.028870);
mapLocations["Cape Town"] = new GLatLng(-33.926345, 18.424072);

var customIcons = [];
customIcons["Primary"] = priStudio;
