Your question is pretty vague however here's a snippet that will web walk to a Lumbridge Upper Bank if you're not currently there.
if (!Banks.LUMBRIDGE_UPPER.contains(myPosition())) {
getWalking().webWalk(Banks.LUMBRIDGE_UPPER);
} else {
// We are at Lumbridge Upper Bank
// Do our tasks
}