foreach ($results AS $elements) {
$elements[]=[
'tag' => 'marker',
'attributes' => [
'id' => $elements[id],
'name' => $elements[title],
'address' => 'Конюшенная',
'lat' => $elements[lat],
'lng' => $elements[lng],
'type' => $elements[category]
],
];
$res[]=$elements;
}