From 6547fe0b0dc7f47ea860a104ca552e3be7ea3502 Mon Sep 17 00:00:00 2001 From: Craig Freeman Date: Fri, 17 Jan 2014 17:03:47 -0700 Subject: [PATCH] Changed coordinates to Denver --- proj3/assets/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj3/assets/js/script.js b/proj3/assets/js/script.js index 1261bce..8405aac 100644 --- a/proj3/assets/js/script.js +++ b/proj3/assets/js/script.js @@ -1,7 +1,7 @@ (function($) { $(document).ready(function() { var api = google.maps, - mapCenter = new api.LatLng(50.91710, -1.40419), + mapCenter = new api.LatLng(39.74000, -104.99230), mapOptions = { zoom: 13, center: mapCenter,