Background
I have a page on my ASP.NET MVC web app for users to enter addresses into their address book. When the user enters in their address and clicks the submit button, the controller action that handles the form post then geocodes the address (retrieves latitude, longitude, and the full address in case the user forgot to enter in their state, zip code, etc.).I have a page on my ASP.NET MVC we