The Mapper code can lookup a city, state and zip and return the corresponding latitude and longitude.
This code can be called using the WordPress do_shortcode function from within an interactive user interface.
mkp_mapper city=’bellingham’ lookup
mkp_mapper zip=’01118′ lookup
mkp_mapper state=’ma’ lookup
mkp_mapper zip=’01118′ lookup
mkp_mapper state=’ma’ lookup
Output:
Bellingham=Address not found by Google Geocode
01118=Address not found by Google Geocode
01118=Address not found by Google Geocode
ma=Address not found by Google Geocode