Thanks so much Scott. Problem is I'm not a programmer and don't know
where to use that line. Can you tell me how it would fit into this
snippet? I've tried a few different options but none work...thanks
again!:

            var options = {
                 zoomControl :
GSmapSearchControl.ZOOM_CONTROL_ENABLE_ALL,
                 mapTypeControl :
GSmapSearchControl.MAP_TYPE_ENABLE_ALL,
                 title : "Property Details",
                 url : "<?php the_permalink(); ?>",
                 idleMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM,
                 activeMapZoom : GSmapSearchControl.ACTIVE_MAP_ZOOM
                  }

            new GSmapSearchControl(
                  document.getElementById("mapsearch"),
            ", <?php echo get_post_meta($post->ID, "city_value",
$single = true); ?>, <?php echo get_post_meta($post->ID,
"state_value", $single = true); ?> <?php the_title(); ?>, <?php echo
get_post_meta($post->ID, "zip_value", $single = true); ?>",
                  options
                  );
          }

On Jun 17, 2:34 am, Scott Wilcox <[email protected]> wrote:
> I use:
>
> map.setCenter(new GLatLng(53.126998, -1.980972),10,G_HYBRID_MAP);
>
> to achieve that :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to