Updated default map centre location to Connaught

This commit is contained in:
Jason Williams 2018-08-11 14:55:43 -06:00
parent a96cc52d07
commit cfa0df515a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<script src="https://maps.googleapis.com/maps/api/js?key=&AIzaSyCo79O07nOpWmdxKBUdgslJRrBwYSykDxwv=3.exp"></script>
<script>
$(function() {
var myLatlng = new google.maps.LatLng(51.1475, -114.11484);
var myLatlng = new google.maps.LatLng(51.0426695, -114.0898373);
var mapOptions = {
zoom: 15,
center: myLatlng,