The map has been added to the page about 12 time.
It looks like you are copying the street address and including a carriage return.
If you look in the page source, you will see the address looks like:
street: '46 Main Road
',
city: '',
it should look like:
street: '46 Main Road',
city: '',
The extra line break is causing a javascript error.