Thank you so much for taking the time to help me! That was it. The
problem is he had the title of the post in with the address...so by
removing "<?php the_title(); ?>," the map locator is working now. But
still have an issue because sometimes I will only have the city &
state, or just the state to input. How can I modify the below to allow
for those instances, so if I only input the state of Maine, it will
show a map of Maine?

 new GSmapSearchControl(
                  document.getElementById("mapsearch"),
                  ", <?php if(get_post_meta($post->ID, "city_value",
"state_value", "zip_value", $single = true) !="") : ?><?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); ?><?php endif; ?>",
                  options
                  );

Also, does anyone know how to change this to a satellite map with one
of the "people" symbols that you click on to take you to a street
level view?

Many, many thanks!
ps Of course I asked the theme developer first, but he didn't solve
the problem.

On Jun 14, 4:35 pm, Rossko <[email protected]> wrote:
> On Jun 14, 9:59 pm, planetthrive <[email protected]> wrote:
>
> I've no idea how the address data gets inserted into your pages or
> where it comes from, but that looks like the process that needs
> attention.
>
> cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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