Клуб API Карт

fromCenterAndZoom

Пост в архиве.

Не получается реализовать эту возможность:
http://api.yandex.ru/maps/doc/jsapi/2.x/ref/reference/Map.xml 

var $mapElement = $('#map'), myMap = new ymaps.Map( $mapElement[0], ymaps.util.bounds.fromCenterAndZoom( [[55.7, 37.6], [55.8, 37.7]], [$mapElement.width(), $mapElement.height()] ) );

Пример разместил тут:
http://hyperlink.com.ua/fromCenterAndZoom.html
Выдает ошибку:
Uncaught TypeError: Object #<Object> has no method 'fromCenterAndZoom'