
var RealTech_Maps_Applications_ThumbTackMap_AllowBirdsEye = true;
function RealTech_Maps_JLSPropMap_V1_DownloadCode()
{
	document.write("<script type='text/javascript' src='http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6'></script>");
	document.write("<script type='text/javascript' src='http://maps.realtechllc.com/JavascriptHost/Applications/JLSPropertyMap/V1/Build/release/Thumbtackmap.js'></script>");
    var style2 = document.createElement('LINK');
    style2.type='text/css';
    style2.id = 'MapCSS';
    style2.rel='stylesheet';
    style2.href='http://maps.realtechllc.com/JavascriptHost/Applications/JLSPropertyMap/V1/CSS/map.aspx';
    var head = document.getElementsByTagName('head')[0];
    head.insertBefore(style2,head.firstChild);
    
};RealTech_Maps_JLSPropMap_V1_DownloadCode();

