$(document).ready(function () {
	var f = document.getElementById('maps_iframe');
	if (f) {
		f.src = f.src;
	}
});
