Event.observe(window, 'load', function() {
	emailReplace($$('.email_here'), '__ [/at/] __');
	new Contacts({
		markers: $$('#services_map_container span'),
		container: $$('#services_container .container')[0],
		superContainer: $('services_container')
	});
});