';
if(location_level != 'zips') wplj("#wpl_listing_location_level_container" + field_id + '_' + parent_level).after(html);
else if(location_level != 'zips' && location_method == '2') wplj("#wpl_listing_all_location_container"+field_id).append(html);
else if(location_level == 'zips') wplj("#wpl_listing_all_location_container"+field_id).append(html);
}
else if(data.success != 1)
{
}
});
}