jQuery(document).ready(function() {
	var google_maps;
	if (String(window.location).indexOf("/fr/") == -1) {
		google_maps = '<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=nl&amp;geocode=&amp;q=romeinsesteenweg+564,+1853+stroombeek-bever,+belgium&amp;sll=50.805935,4.432983&amp;sspn=3.894998,11.535645&amp;ie=UTF8&amp;hq=&amp;hnear=Romeinsesteenweg+564,+Strombeek-Bever+1853+Grimbergen,+Vlaams+Brabant,+Vlaams+Gewest&amp;ll=50.903885,4.340823&amp;spn=0.004736,0.00912&amp;z=16&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.be/maps?f=q&amp;source=embed&amp;hl=nl&amp;geocode=&amp;q=romeinsesteenweg+564,+1853+stroombeek-bever,+belgium&amp;sll=50.805935,4.432983&amp;sspn=3.894998,11.535645&amp;ie=UTF8&amp;hq=&amp;hnear=Romeinsesteenweg+564,+Strombeek-Bever+1853+Grimbergen,+Vlaams+Brabant,+Vlaams+Gewest&amp;ll=50.903885,4.340823&amp;spn=0.004736,0.00912&amp;z=16&amp;iwloc=A" style="color:#0000FF;text-align:left"></a></small>';
	} else {
		google_maps = '<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=romeinsesteenweg+564,+1853+stroombeek-bever,+belgium&amp;sll=50.805935,4.432983&amp;sspn=3.894998,11.535645&amp;ie=UTF8&amp;hq=&amp;hnear=Romeinsesteenweg+564,+Strombeek-Bever+1853+Grimbergen,+Vlaams+Brabant,+Vlaams+Gewest&amp;ll=50.903885,4.340823&amp;spn=0.004736,0.00912&amp;z=16&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.be/maps?f=q&amp;source=embed&amp;hl=fr&amp;geocode=&amp;q=romeinsesteenweg+564,+1853+stroombeek-bever,+belgium&amp;sll=50.805935,4.432983&amp;sspn=3.894998,11.535645&amp;ie=UTF8&amp;hq=&amp;hnear=Romeinsesteenweg+564,+Strombeek-Bever+1853+Grimbergen,+Vlaams+Brabant,+Vlaams+Gewest&amp;ll=50.903885,4.340823&amp;spn=0.004736,0.00912&amp;z=16&amp;iwloc=A" style="color:#0000FF;text-align:left"></a></small>';
	}
	jQuery('div#google_maps').html(google_maps);
});
