<?xml version="1.0" encoding="windows-1251"?>
<ymaps:ymaps xmlns:ymaps="http://maps.yandex.ru/ymaps/1.x" xmlns:repr="http://maps.yandex.ru/representation/1.x" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maps.yandex.ru/schemas/ymaps/1.x/ymaps.xsd">
    <repr:Representation>
        <repr:Style gml:id="commonStyle">
            <repr:iconStyle>
                <repr:size x="18" y="29"/>
                <repr:offset x="-11" y="-28"/>
            </repr:iconStyle>
        </repr:Style>

        <repr:Style gml:id="styleHospital">
            <repr:parentStyle>#commonStyle</repr:parentStyle>
            <repr:iconStyle>
                <repr:href>http://api.yandex.ru/images/maps/ymapsml/examples/icon_hospital.png</repr:href>
            </repr:iconStyle>
        </repr:Style>

        <repr:Style gml:id="styleCafe">
            <repr:parentStyle>#commonStyle</repr:parentStyle>
            <repr:iconStyle>
                <repr:href>http://api.yandex.ru/images/maps/ymapsml/examples/icon_cafe.png</repr:href>
            </repr:iconStyle>
        </repr:Style>

        <repr:Style gml:id="styleService">
            <repr:parentStyle>#commonStyle</repr:parentStyle>
            <repr:iconStyle>
                <repr:href>http://api.yandex.ru/images/maps/ymapsml/examples/icon_service.png</repr:href>
            </repr:iconStyle>
        </repr:Style>

        <repr:Style gml:id="styleGas">
            <repr:parentStyle>#commonStyle</repr:parentStyle>
            <repr:iconStyle>
                <repr:href>http://api.yandex.ru/images/maps/ymapsml/examples/icon_gas.png</repr:href>
            </repr:iconStyle>
        </repr:Style>

        <repr:Style gml:id="styleHotel">
            <repr:parentStyle>#commonStyle</repr:parentStyle>
            <repr:iconStyle>
                <repr:href>http://api.yandex.ru/images/maps/ymapsml/examples/icon_hotel.png</repr:href>
            </repr:iconStyle>
        </repr:Style>
    </repr:Representation>
    
    <ymaps:GeoObjectCollection>
        <gml:featureMembers>
            <ymaps:GeoObject id="gas1">
                <gml:description>Автозаправочная станция</gml:description>
                <gml:name>АЗС</gml:name>
                <gml:Point>
                    <gml:pos>37.780724 55.804977</gml:pos>
                </gml:Point>
                <ymaps:style>#styleGas</ymaps:style>
            </ymaps:GeoObject>

            <ymaps:GeoObject id="gas2">
                <gml:description>Автозаправочная станция</gml:description>
                <gml:name>АЗС</gml:name>
                <gml:Point>
                    <gml:pos>37.501546 55.799411</gml:pos>
                </gml:Point>
                <ymaps:style>#styleGas</ymaps:style>
            </ymaps:GeoObject>

            <ymaps:GeoObject id="gas3">
                <gml:description>Автозаправочная станция</gml:description>
                <gml:name>АЗС</gml:name>
                <gml:Point>
                    <gml:pos>37.620672 55.636544</gml:pos>
                </gml:Point>
                <ymaps:style>#styleGas</ymaps:style>
            </ymaps:GeoObject>

            <ymaps:GeoObject id="hospital1">
                <gml:description>Пункт первой помощи</gml:description>
                <gml:name>Пункт первой помощи</gml:name>
                <gml:Point>
                    <gml:pos>37.465398 55.773758</gml:pos>
                </gml:Point>
                <ymaps:style>#styleHospital</ymaps:style>
            </ymaps:GeoObject>

            <ymaps:GeoObject id="hospital2">
                <gml:description>Пункт первой помощи</gml:description>
                <gml:name>Пункт первой помощи</gml:name>
                <gml:Point>
                    <gml:pos>37.830159 55.738591</gml:pos>
                </gml:Point>
                <ymaps:style>#styleHospital</ymaps:style>
            </ymaps:GeoObject>

            <ymaps:GeoObject id="cafe1">
                <gml:description>Пункт питания</gml:description>
                <gml:name>Кафе</gml:name>
                <gml:Point>
                    <gml:pos>37.624444 55.784977</gml:pos>
                </gml:Point>
                <ymaps:style>#styleCafe</ymaps:style>
            </ymaps:GeoObject>

            <ymaps:GeoObject id="cafe2">
                <gml:description>Пункт питания</gml:description>
                <gml:name>Кафе</gml:name>
                <gml:Point>
                    <gml:pos>37.561598 55.692394</gml:pos>
                </gml:Point>
                <ymaps:style>#styleCafe</ymaps:style>
            </ymaps:GeoObject>

            <ymaps:GeoObject id="hotel1">
                <gml:description>Гостиница или мотель</gml:description>
                <gml:name>Гостиница</gml:name>
                <gml:Point>
                    <gml:pos>37.624957 55.699918</gml:pos>
                </gml:Point>
                <ymaps:style>#styleHotel</ymaps:style>
            </ymaps:GeoObject>

            <ymaps:GeoObject id="hotel2">
                <gml:description>Гостиница или мотель</gml:description>
                <gml:name>Гостиница</gml:name>
                <gml:Point>
                    <gml:pos>37.437855 55.765665</gml:pos>
                </gml:Point>
                <ymaps:style>#styleHotel</ymaps:style>
            </ymaps:GeoObject>

            <ymaps:GeoObject id="service1">
                <gml:description>Техническое обслуживание автомобилей</gml:description>
                <gml:name>СТО</gml:name>
                <gml:Point>
                    <gml:pos>37.728802 55.654076</gml:pos>
                </gml:Point>
                <ymaps:style>#styleService</ymaps:style>
            </ymaps:GeoObject>

            <ymaps:GeoObject id="service2">
                <gml:description>Техническое обслуживание автомобилей</gml:description>
                <gml:name>СТО</gml:name>
                <gml:Point>
                    <gml:pos>37.739905 55.809828</gml:pos>
                </gml:Point>
                <ymaps:style>#styleService</ymaps:style>
            </ymaps:GeoObject>
        </gml:featureMembers>
    </ymaps:GeoObjectCollection>
</ymaps:ymaps>

