On Jun 10, 3:39 pm, Michael Geary <
m...@mg.to> wrote:
> Can you post the URLs of two versions of your map page, one working and one
> showing the problem? Or at least a URL for the broken page?
>
>
>
>
>
>
>
> On Sun, Jun 10, 2012 at 8:26 AM, A. Shore <
shor...@gmail.com> wrote:
> > Folks, in the snippet below, object marker_obj is created but with no
> > further reference that I see.
>
> > But beachMarker icon doesn't display unless marker_obj is indeed
> > defined.
>
> > Can someone explain the (apparently) invisible reference?
>
> > function init() {
> > // Called on the intiial page load.
> > var map_obj = new
> > google.maps.Map(document.getElementById('map_canvas'), {
> > zoom: 14,
> > center: new google.maps.LatLng(37.44, -122.14),
> > mapTypeId: google.maps.MapTypeId.ROADMAP
> > });
>
> > var marker_obj = new google.maps.Marker({
> > position: new google.maps.LatLng(37.43, -122.13),
> > map: map_obj
> > });
>
> > var image_file = '
> >
http://code.google.com/apis/maps/documentation/v3/