$(document).ready(function() {
	if ($.fn.positionFooter) {
		$("#content").positionFooter();
	}
	
	// map popup
	$(".google_map").colorbox({
		width:  "85%", 
		height: "85%", 
		iframe: true
	});
});
