Skip to content

Commit

Permalink
Signed-off-by: Ricardo Godoy <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Godoy committed Feb 2, 2013
1 parent 9f54761 commit 13a7465
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions api-gmaps.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<style type="text/css">
html { height: 100% }
body { height: 100%; margin: 0px; padding: 0px }
#map_canvas { height: 100% }
html { height: 100% }
body { height: 100%; margin: 0px; padding: 0px }
#map_canvas { height: 100% }
</style>
<script type="text/javascript"
src="https://maps.google.com/maps/api/js?sensor=false">
</script>
<script type="text/javascript">

function initialize(friends) {
function initialize() {
var myLatLng = new google.maps.LatLng(-23.51655, -46.63608);
var myOptions = {
zoom: 19,
Expand All @@ -29,8 +29,9 @@
var oldmap = new google.maps.GroundOverlay("mapacpbr.png", bounds);
oldmap.setMap(map);

var infowindow = new google.maps.InfoWindow();
// var infowindow = new google.maps.InfoWindow() {

// function addMark ()
var conteudo = '<h2 class="firstHeading"><img src="https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-snc6/5820_115092956381_6258230_n.jpg" style="width:48px;"> <a target="_blank" href="http:https://www.facebook.com/brumouta">@Vorrac</h2></a>'+
'<div class="bodyContent">'+
'<p>'+'</p>'+
Expand Down

0 comments on commit 13a7465

Please sign in to comment.