From GamingWiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
 
var markers = new Array();
 
var markers = new Array();
 
var defaultLatLng = new google.maps.LatLng(43.243702,-79.889145);
 
var defaultLatLng = new google.maps.LatLng(43.243702,-79.889145);
var defaultZoom  = 12;
+
var defaultZoom  = 13;
  
 
function initialize() {
 
function initialize() {
Line 258: Line 258:
 
new google.maps.LatLng(43.2650,-79.8564),
 
new google.maps.LatLng(43.2650,-79.8564),
 
new google.maps.LatLng(43.2648,-79.8571),
 
new google.maps.LatLng(43.2648,-79.8571),
new google.maps.LatLng(43.2662,-79.8608)
+
new google.maps.LatLng(43.2648,-79.8578)
 
];
 
];
 
//var corners = new google.maps.MVCArray();
 
//var corners = new google.maps.MVCArray();

Latest revision as of 19:00, 3 June 2012