You can solve this via mesh analysis: write the currents I1,I2,I3 as loops passing around each of the three independent loops, the write the three mesh equations, taking proper care of the directions which you assigned (I used clockwise for all three) when summing the currents from shared resistors.
6V = 2.2k(I1-I2)
0 = 2.2k(I2-I1) + 10k(I2) + 1k(I2-I3)
0 = 1k(I3-I2) + 3.3k(I3)
Then solve the three simultaneous linear equations via your favorite method (substitution, elimination, Cramer's rule), and I3 is your answer.
I also considered a Delta-Y transform but it didn't seem to make the solution go any faster.