for (var i = 0, len = points.length; i < len; i++) {
geoObjects[i] = new ymaps.Placemark(points[i], {
balloonContentBody: '',
},{
iconLayout: 'default#image',
iconImageHref: '/assets/img/logo.png',
iconImageSize: [20, 45],
iconImageOffset: [-3, -42],
});
}