﻿function showMap(propertyId) {
    eval("mapWindow = window.open('/Property/Map/" + propertyId + "', 'mapWindow', 'toolbar=0,scrollbars=0,location=1,statusbar=1,menubar=1,resizeable=0,width=880,height=550');");
    return false;
}
