My Code (a javascript in the success event of a geolocation service component): var map = new google.maps.Map(Tiggr('mapa')); var location = new google.maps.LatLng(8.0000,34.0000); var marker = new google.maps.Marker({ position: location, map: map, title:"Hello World!" }); Error: Uncaught ...