First, make a mount point where you will mount the img:
sudo mkdir /mnt/img
Now mount the img file using the loopback device and specifying the correct offset
mount -o loop,offset=62914560 2012-07-15-wheezy-raspbian.img /mnt/img