Team:ITESM-Guadalajara/Contact
From 2014.igem.org
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> <script type="text/javascript"> function init_map(){var myOptions = {zoom:14,center:new google.maps.LatLng(20.7341591,-103.46660380000003),mapTypeId: google.maps.MapTypeId.TERRAIN};map = new google.maps.Map(document.getElementById("gmap_canvas"), myOptions);marker = new google.maps.Marker({map: map,position: new google.maps.LatLng(20.7341591, -103.46660380000003)});infowindow = new google.maps.InfoWindow({content:"BIOPHRAME TECHNOLOGIESGeneral Ramon Corona 2514
Zapopan" });google.maps.event.addListener(marker, "click", function(){infowindow.open(map,marker);});}google.maps.event.addDomListener(window, 'load', init_map);</script>