$(document).ready(function() {
$("#gate option[value='Gateway 2']").prop('selected', true);
// you need to specify id of combo to set right combo, if more than one combo
});
$('select option[value=8272]').attr('selected', '');
$("div.id_100 select").val("val2");
$("#id_of_select_input").val('value of option to set as selected');