Hello, there is a Yandex map code
ymaps.ready(init); var myMap, myPlacemark; function init() { myMap = new ymaps.Map("map", { center: [55.76, 37.64], }); myPlacemark = new ymaps.Placemark([51.841718, 55.1185161], { hintContent: "ΠΠΎΡΠΊΠ²Π°!", balloonContent: "Π‘Π΅Π²Π΅ΡΠ½ΠΎΠ΅ ΡΠΈΡΠ½ΠΈΠ΅ ΠΡΠΈΡ ΠΊΠΎΠΌΠΏΠ°Π½ΠΈΠΈ <br>ΡΠ΅Π». +7 (987) 850-77-33" }); myMap.geoObjects.add(myPlacemark); myPlacemark.balloon.open(); } How to add zoom function to adjust map size? thank