﻿
function ApplyNowDisclaimer(url)
{
	if(confirm("Peoples Bank will accept applications for deposit accounts from residents of Georgia, USA.   \n\nWe will accept loan applications from persons residing or employed in Rockdale, and Newton counties in Georgia, USA.  \n\nYour first account with Peoples Bank must be applied for in person at one of our offices.  \n\nDo you wish to proceed?"
	/* +
	
		"Press OK to continue.\n" +
				"Press CANCEL to return to the web page.\n\n" +
                                "Thank You.\n" +
				""*/)) {
	window.open(url, "_self");
	}
	
}

