﻿if(typeof Soobb=="undefined"){Soobb={}};if(typeof Soobb.Scripts=="undefined"){Soobb.Scripts={}};if(typeof Soobb.Scripts.Satellite=="undefined"){Soobb.Scripts.Satellite={}};Soobb.Scripts.Satellite.Panoramio=new(function(){var MapsContainer,MapsControl;this.Init=function(){MapsContainer=document.getElementById("MapsContainer");MapsControl=new GMap2(MapsContainer);MapsControl.addControl(new GSmallZoomControl());MapsControl.disableDragging();MapsControl.enableContinuousZoom();window.unload=GUnload;};this.ChangeLatlng=function(Lat,Lng,Zoom){MapsControl.setCenter(new GLatLng(Lat,Lng),Zoom);MapsControl.setMapType(G_NORMAL_MAP);};this.BuildMarker=function(Lat,Lng){var Marker=new GMarker(new GPoint(Lng,Lat));MapsControl.addOverlay(Marker);};});(function(){Soobb.Scripts.Satellite.Panoramio.Init();})();
