function ai1ec_load_map(){var a={zoom:14,mapTypeId:google.maps.MapTypeId.ROADMAP},b=new google.maps.Map(document.getElementById("ai1ec-gmap-canvas"),a),c=new google.maps.Marker({map:b}),d=new google.maps.Geocoder;d.geocode({address:document.getElementById("ai1ec-gmap-address").value},function(a,d){d==google.maps.GeocoderStatus.OK&&(b.setCenter(a[0].geometry.location),c.setPosition(a[0].geometry.location))})}var orig_onload=window.onload;window.onload=function(){typeof orig_onload=="function"&&orig_onload();if(document.getElementById("ai1ec-gmap-canvas")){var a=document.createElement("script");a.type="text/javascript",a.src="http://maps.google.com/maps/api/js?sensor=false&callback=ai1ec_load_map&language="+ai1ec_event.language,document.body.appendChild(a)}},jQuery(function(a){a(".ai1ec-gmap-placeholder:first").click(function(){var b=a(".ai1ec-gmap-container-hidden:first");a(this).remove(),b.hide(),b.removeClass("ai1ec-gmap-container-hidden"),b.fadeIn()})});