For some reason I'm getting an unexpected T_STRING when using single
quote in var image ='image'; so I changed it to double quote but now I
don't get a marker...

var image = "pp_logo.png";
  var myLatLng = new google.maps.LatLng(51.51440469156112,
-0.1354837417602539);
  var marker = new google.maps.Marker({
      position: myLatLng,
      map: map,
      title:"Pink Pigeon",
      icon: image

What am I doing wrong?

http://www.pinkpigeon.net/contact/

Thank you

Will

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to