var placemark = new ymaps.Placemark(
[latitude, longitude],
{
"balloonContent": text,
"balloonContentBody": text,
"iconContent": text
},
{
preset: 'twirl#blueStretchyIcon'
}
);