Are image maps supported in chrome and firefox? w3schools seems to suggest they are.
Given this, why would the following HTML fail? (Image is displayed but no links
Try changing <map id="mainImageMap"> to <map name="mainImageMap">. You can keep the id if required but just make sure a nameattribute` is there.
<map id="mainImageMap">
<map name="mainImageMap">
id
name