function showInfo(loc){
var content = new Array();
var index = 0;
content[index++] = '<div style="text-align:left;margin-left:30px;">';

if(loc=="fffcu21117") content[index++] = '<h1>First Financial FCU</h1>9902 Reisterstown Rd<br />Owings Mills, MD 21117';
else if(loc=="fffcu21228") content[index++] = '<h1>First Financial FCU</h1>6400 Baltimore National Pike<br />Catonsville, MD 21228';
else if(loc=="saefcu21229") content[index++] = '<h1>Saint Agnes Employees FCU</h1>Caton Avenue<br />Baltimore, MD 21229';

else if(loc=="affcu21031") content[index++] = '<h1>Atlantic Financial FCU</h1>40 Schilling Road<br />Hunt Valley, MD 21031';
else if(loc=="jhfcu21093") content[index++] = '<h1>Johns Hopkins FCU</h1>10753 Falls Road - Greenspring Station<br />Lutherville, MD 21093';
else if(loc=="fffcu21093") content[index++] = '<h1>First Financial FCU</h1>1215 York Rd<br />Lutherville, MD 21093';
else if(loc=="bcefcu21204") content[index++] = '<h1>Baltimore County Employees FCU</h1>23 W Susquehanna Ave<br />Towson, MD 21204';
else if(loc=="bcefcu21236") content[index++] = '<h1>Baltimore County Employees FCU</h1>8640 Ridgely Choice<br />Baltimore, MD 21236';
else if(loc=="fffcu21236") content[index++] = '<h1>First Financial FCU</h1>7966 Belair Rd<br />Baltimore, MD 21236';

else if(loc=="fffcu21215") content[index++] = '<h1>First Financial FCU</h1>2401 W Belvedere Ave<br />Baltimore, MD 21215';
else if(loc=="jhfcu21201") content[index++] = '<h1>Johns Hopkins FCU</h1>1 E Mount Vernon Place - Peabody Institute<br />Baltimore City, MD 21201';
else if(loc=="jhfcu21218") content[index++] = '<h1>Johns Hopkins FCU</h1>3400 N Charles St.<br />- Levering Hall<br />- Gillman Hall<br />Baltimore City, MD 21218';
else if(loc=="jhfcu21211") content[index++] = '<h1>Johns Hopkins FCU</h1>3100 Wyman Park Dr.<br />Wyman Park Medical Ctr<br />Baltimore City, MD 21211';
else if(loc=="affcu21202") content[index++] = '<h1>Atlantic Financial FCU</h1>1 East Pratt St.<br />Baltimore, MD 21202';
else if(loc=="fffcu21201") content[index++] = '<h1>First Financial FCU</h1>31 Hopkins Plaza<br />Baltimore, MD 21201';
else if(loc=="jhfcu21205") content[index++] = '<h1>Johns Hopkins FCU</h1>600 N Wolfe St<br />-Hospital Lobby<br />601 N Caroline St<br /> - Outpatient Center<br />615 N Wolfe St<br />- School of Hygiene<br />Weinburg Oncology Center<br />Baltimore City, MD 21205';
else if(loc=="jhfcu21224") content[index++] = '<h1>Johns Hopkins FCU</h1>4940 Eastern Ave<br />Bayview Medical Center<br />Baltimore City, MD 21224';
else if(loc=="fffcu21222") content[index++] = '<h1>First Financial FCU</h1>1411 A Merritt Blvd<br />Dundalk, MD 21222';

content[index++] = '</div><br />';
content[index++] = '<div align="center"><a href="javascript:void(0);" onclick="document.getElementById(\'ex_dis\').style.visibility = \'hidden\'">Close</a></div>';
document.getElementById("ex_dis").innerHTML = content.join("");
document.getElementById("ex_dis").style.visibility = "visible";
scrollTo(0, 0);
}
