var currentLocation;


$(document).ready(function() {

    currentLocation = $('#currentLocation').val();

});
