Hi,

Can you pls. point into me into a general direction. I would like to show the state, not only the city, zip, country and address
where it says DEALER LOCATION on any of the dealer pages. I have pretty much exhausted going over all files/tables/admin panel features to see where to add that field value in.

Perhaps there can be a way to combine city and state for the rendering?

I understand there is javascript which renders the details as shown below.

var map_data = {
addresses: [['42.083029,-87.796868', 'Country: <b>United States<\/b><br />City: <b>glenview<\/b><br />Address: <b>1505 topp lane <\/b><br />ZIP code: <b>60025', 'direct']],
phrases: {
hide: 'Hide',
show: 'Show',
notFound: 'The <b>{location}<\/b> location hasn&rsquo;t been found.'
},
zoom: 14
};

Thank you very, very much!!