Maps example - Map Address

Template code

{exp:reinos_maps:html_header}
{exp:reinos_maps:map
	width="100%"
	zoom="3"
	fit_map:markers="yes"
}
	{maps:add_marker
		address="Rotterdam"
		popup:content="This is [location]"
	}

	{maps:add_marker
		address="Amsterdam"
		popup:content="This is [location]"
	}
{/exp:reinos_maps:map}
{exp:reinos_maps:html_footer}