params->get('address_check') > 0) && ($this->contact->address || $this->contact->suburb || $this->contact->state || $this->contact->country || $this->contact->postcode)) : ?> params->get('address_check') > 0) : ?>
params->get('marker_address'); ?>
contact->address && $this->params->get('show_street_address')) : ?>
contact->address .'
'; ?>
contact->suburb && $this->params->get('show_suburb')) : ?>
contact->suburb .'
'; ?>
contact->state && $this->params->get('show_state')) : ?>
contact->state . '
'; ?>
contact->postcode && $this->params->get('show_postcode')) : ?>
contact->postcode .'
'; ?>
contact->country && $this->params->get('show_country')) : ?>
contact->country .'
'; ?>
contact->email_to && $this->params->get('show_email')) : ?>
params->get('marker_email')); ?>
contact->email_to; ?>
contact->telephone && $this->params->get('show_telephone')) : ?>
params->get('marker_telephone'); ?>
contact->telephone); ?>
contact->fax && $this->params->get('show_fax')) : ?>
params->get('marker_fax'); ?>
contact->fax); ?>
contact->mobile && $this->params->get('show_mobile')) :?>
params->get('marker_mobile'); ?>
contact->mobile); ?>
contact->webpage && $this->params->get('show_webpage')) : ?>
contact->webpage); ?>