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,