Adding a centre marker

You can also call up the map with your own marker in the centre:


The sb=none parameter was added to make the sidebar invisible.

The marker parameter accepts a co-ordinate pair and a title:

<iframe frameborder="0" width="any_width" height="any_height"
  name="any_name"
  src="http://mojomaps.com/iframe.php?key=your_publisher's_key&sb=none&marker=7.91,98.36,my marker title">
</iframe>