Could you try make the async false in your ajax and try
<script>
alert('hello');
$(document).ready(function () {
$.ajax({
url: "/Account/VerifyPhoneNumber",
async: false,
type: "POST",
dataType: "html",