Slice Request page added /portal/slice_request
[myslice.git] / plugins / googlemap / googlemap.js
index 607d658..62e1d6f 100644 (file)
@@ -29,9 +29,9 @@
             $this.data('markerCluster', null);
             $this.data('markers', []);
 
-            var myLatlng = new google.maps.LatLng(34.397, 150.644);
+            var myLatlng = new google.maps.LatLng(options.latitude, options.longitude);
             var myOptions = {
-              zoom: 2,
+              zoom: options.zoom,
               center: myLatlng,
               mapTypeId: google.maps.MapTypeId.ROADMAP
             }