function openMap(location) {
    url = '/contact/' + location + '/';
    var popup = window.open(url, 'map', 'width=630, height=360, status=no');
}
