google.load("jquery", "1");


  google.setOnLoadCallback(function() {
  

	 $(function() {

	 	$('#PropertyQuery').focus();
	 	$('#PropertyAddressUnit').focus();
    });
  
    });
