Wrote up a quick program that found the following:
The circle passing through the following 7 integer lattice points passes through no others:
(0,0)
(11,2)
(-11,2)
(30,40)
(-30,40)
(25,50)
(-25,50)
Note that this circle is given by the equation x^2+(y-r)^2 = r^2 with r=125/4.