Add image to infowindow

on my page at www.meadowlarkco.com/locations.php

Could someone tell me a way to add images to my infowindows. The content of the window is based from the name: within each point

ex.

{ type : TYPE_RELOAD,
zoomMin : ZOOM_MED,
zoomMax : ZOOM_MAX,
lat : 48.146968,
lng : -103.617974,
name : ‘Williston, ND’
},

so I would like to add an image which appears next to or below the text ‘Williston, ND’

thanks