Team:ITESM-Guadalajara/Contact
From 2014.igem.org
(Difference between revisions)
Sergionc (Talk | contribs)
(Created page with "<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script><div style="overflow:hidden;height:400px;width:1900px;"><div id="gmap_canvas" style=...")
Newer edit →
(Created page with "<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script><div style="overflow:hidden;height:400px;width:1900px;"><div id="gmap_canvas" style=...")
Newer edit →
Revision as of 21:00, 15 October 2014
<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>