как-то так
YMaps.jQuery("#YMaps_WHmoo").bind(\'click\', function () {
if (container.css(\'width\') == \'670px\') {
container.css(\'width\', \'250px\');
container.css(\'height\', \'250px\');
} else {
container.css(\'width\', \'670px\');
container.css(\'height\', \'670px\');
}
map.redraw();
return false;
});