$(document).ready(function() {
    $("#call-us").colorbox({iframe:true, innerWidth:700, innerHeight:600, scrolling: false});
});