Support

Account

Home Forums General Issues why is my google maps just a grey box? Reply To: why is my google maps just a grey box?

  •    $('a[href="#directions"]').one('click',function(){
            $('.hotel-map').each(function(){
                // create map
                map = new_map( $(this) );
            });
        });