Actually figured it out ... stupid me....
All you need to do is remove the the click event listener from the infowindow open call.
store.js (around line 146)
google.maps.event.addDomListener(marker, 'click', function() {
(and its closing tags - but not the open and content calls).
Hope this saves some time to someone else.
George