I got chrome and google maps to stop adding in the links to google maps by using the format detection meta tag.
<meta name="format-detection" content="address=no">
I also added some css for any links within my itemised div to stop any injected links becoming clickable with pointer-events: none;
.
Now there is no accidently opening of google maps search on addresses.