Custom Field Query
Does anyone know which custom field controls the map data? Is it the_listing_address?
Just working on trying to implement a directions feature using a google script:
<script src="http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/114281111391296844949/driving-directions.xml&up_fromLocation=&up_myLocat ions=<?php echo get_post_meta($post->ID, "the_listing_address", true); ?>(<?php echo get_post_meta($post->ID, "the_listing_address", true); ?>)&up_defaultDirectionsType=&up_autoExpan d=&synd=open&w=230&h=55&lang=en&am p;country=GB&output=
js"></script>
dd.png