Клуб API Карт

Почему на странице две карты вместо одной?

Пост в архиве.

http://cerambycidae23.ru/index2/Purpuricenus_kaehleri.html

Почему-то две карты отображает на странице. Почему не понимаю. 

 

<html>

 

<head>

    <title>Purpuricenus kaehleri</title>

    <META content=ru http-equiv=Content-Language>

    <META content="Georgi Boris" name=Author>

    <script src="http://api-maps.yandex.ru/2.0/?load=package.standard&lang=ru-RU" type="text/javascript"></script>

    <script type="text/javascript">

ymaps.ready(init);

 

function init() {

    var map = new ymaps.Map("YMapsID", {

        center: [57.20, 52.75],

        zoom: 8,

        type: "yandex#map"

    }),

 

        myPlacemark = new ymaps.Placemark([56.824, 53.906], {

            hintContent: 'Воткинский р-н, биостанция "Сива"'

        }, {

            iconImageHref: '../index/grey.jpg',

            iconImageSize: [10, 10]

        })

 

        myPlacemark1 = new ymaps.Placemark([56.015, 52.70], {

            hintContent: 'Алнашский р-н, урочище Голюшурма'

        }, {

            iconImageHref: '../index/grey.jpg',

            iconImageSize: [10, 10]

 

        });

 

    map.geoObjects

        .add(myPlacemark)

        .add(myPlacemark1);

}

    </script>

    <Style type="text/css">

<!-- .text {

    font-family: Times New Roman;

    Arial;

}

-->

    </Style>

</head>

 

<body bgcolor="lightgreen" bgproperties="fixed" text="black" alink="red" onload="init();">

    <font class="text" size="3" align="left">

 <A HREF="http://cerambycidae23.ru" TARGET="_top"><IMG SRC="../index/vverx.gif" NAME="graphics1" ALT="Главная страница" ALIGN=LEFT BORDER=0></A>

 <A HREF="Purpuricenus_globulicollis.html" Target="down"><img alt=Вперёд border=0 src="../index/pravo.gif"  align="left"></a>

 <h2 align=center>Purpuricenus kaehleri (Linnaeus, 1758)</h2>

 

 ...

 

<b>Находки в Удмуртии:</b>

 

<br>

 

<img src="../index/black.jpg"  hspace=1 align="bottom"> - до 1990 г.  

 

<img src="../index/red.jpg"  hspace=1 align="bottom"> - 1990-1999 гг.  

 

<img src="../index/blue.jpg"  hspace=1 align="bottom"> - 2000-2009 гг.  

 

<img src="../index/green.jpg"  hspace=1 align="bottom"> - 2010-2019 гг.  

 

<img src="../index/grey.jpg"  hspace=1 align="bottom"> - год не известен.

 

<div id="YMapsID" style="height:900px; width:600px"></div>

 

1) Воткинский р-н, биостанция "Сива".<A HREF="Literature.html" Target="down">[Дедюхин С.В, 2006, стр. 134]</A> <br>

 

2) Алнашский р-н, урочище Голюшурма.<A HREF="Literature.html" Target="down">[Дедюхин С.В, 2006, стр. 134]</A> <br>

 

</font>

 

    <!-- Yandex.Metrika counter -->

 

    <div style="display:none;">

        <script type="text/javascript">

(function (w, c) {

 

    (w[c] = w[c] || []).push(function () {

 

        try {

 

            w.yaCounter2948749 = new Ya.Metrika(2948749);

 

            yaCounter2948749.clickmap(true);

 

            yaCounter2948749.trackLinks(true);

 

 

 

        } catch(e) {}

 

    });

 

})(window, 'yandex_metrika_callbacks');

        </script>

    </div>

 

    <script src="//mc.yandex.ru/metrika/watch.js" type="text/javascript" defer="defer"></script>

 

    <noscript>

        <div style="position:absolute">

            <img src="//mc.yandex.ru/watch/2948749" alt="" />

        </div>

    </noscript>

 

    <!-- /Yandex.Metrika counter -->

 

</body>

 

</html>