Ivan Valenzuela

Director Of Operations at The Camera Division (TCD)

Ivan Valenzuela has been working in the film and video industry for over two decades. Ivan began their career in 2000 as an Electronic and Video Engineer at Birns & Sawyer. Ivan then moved on to Division Camera in 2011, where they held the role of Operations Manager. In 2017, they were appointed Director of Operations at The Camera Division.

I'm trying to use the Google Maps API to show a map with the location of a person. I'm using the following code:

<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> <script type="text/javascript"> var myLatlng = new google.maps.LatLng(40.716667, -74); var myOptions = { zoom: 8, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP } var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); var marker = new google.maps.Marker({ position: myLatlng, map: map, title:"Hello World!" }); </script> <div id="map_canvas" style="width:400px; height:400px"></div>

However, the map is not being displayed. What am I doing wrong?

Links


Org chart

Sign up to view 0 direct reports

Get started