to get id value of select2:
$("#PosBankAccount").val();
to get text value of select2:
$("#PosBankAccount").find(':selected').text();