Given the coordinate points A(2, 3) and B(2, 7), determine the distance between these two points on a coordinate plane. Use the distance formula: $$d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$$ where (x1, y1) and (x2, y2) are the coordinates of the two points.