* @param Interment $this->interment */ $highlighted_map = ''; $zoomed_map = ''; if ($this->interment->getSection_id()) { $highlighted_map = $this->interment->getSection()->getMap(); $zoomed_map = $this->interment->getSection()->getMap('zoom'); } echo "

interment->getURL()}\">Back to Interment Details

"; if ($highlighted_map) { echo "

Entire Cemetery with Section Highlighted

"; } else { echo "

Entire Cemetery

interment->getCemetery()->getMap()}\" />
"; } if ($zoomed_map) { echo "

Close-up of Section

"; } else { echo "

Close-up of Section

We do not have information for this burial or we do not have the section currently mapped.

"; }