﻿$(document).ready(function()
{
    var search = $("#address").text();
    var a = [search];
    $("div#google-map").googlemap({ controls: true, labels: true, zoom: 9, addresses: a, debug: true });
    $('#tabsProfile').tabs();
    $('#tabsProfile').bind('tabsshow', function(event, ui){if (ui.panel.id == "tabs-5"){ resizeMap(); }});
});

         

            
            