<?php

head();
echo geolocation_scripts();
?>
<h1>Browse Items on the Map (<?php 
echo html_escape($totalItems);
?>
 total)</h1>

<div id="primary">

<style type="text/css" media="screen">
    #map_browse {
        width: 569px;
        height: 436px;
		float:left;
		border:1px solid #ccc; border-width: 1px 1px 1px 0;
    }
	.balloon {width:400px !important; font-size:1.2em;}
	.balloon .title {font-weight:bold;margin-bottom:1.5em;} 
	.balloon .title, .balloon .description {float:left; width: 220px;margin-bottom:1.5em;}
	.balloon img {float:right;display:block;}
	.balloon .view-item {display:block; float:left; clear:left; font-weight:bold; text-decoration:none;}
	#map-links ul {float:left; padding:18px 18px 18px 27px; border:1px solid #ccc; border-width: 1px 0 1px 1px;width: 191px; height: 400px; overflow-y:auto; list-style:square;}
    #map-links a {
        display:block;
    }
    #search_block {
        clear: both;
    }
function geolocation_public_append_to_advanced_search()
{
    $html = geolocation_scripts() . geolocation_append_to_advanced_search();
    echo $html;
}