﻿var map;
		 function init () {
		   map = new YMaps.Map( document.getElementById("YMapsID") );
		   map.setCenter(new YMaps.GeoPoint(37.64,55.76 ), 10, 
				  YMaps.MapType.MAP);
		 };

