/** @jsx React.DOM */
  React.renderComponent(
    <Map initLat={60.1876172} initLon={24.815366} initZoom={9} width='100%' height={250} />,
    document.querySelector('#mapdemo1')
  )
  React.renderComponent(
    <Map initLat={58.1876172} initLon={22.815366} initZoom={8} width='100%' height={250} />,
    document.querySelector('#mapdemo2')
  )