Element.update("neartext", "<div class='nearitems'>\n\t\n\t\t<div class='bizname'>Pumphouse Ruins</div>\n\t\n\t\t<div class='bizname'>Mansion House Cafe</div>\n\t\n\t\t<div class='bizname'>Mansion House</div>\n\t\n\t\t<div class='bizname'>Kawau Island Yacht Club</div>\n\t\n\t\t<div class='bizname'>Smelting House Ruins</div>\n\t\n\t\t<div class='bizname'>The Beachhouse Kawau</div>\n\t\n\t\t<div class='bizname'>Emerald Lodge</div>\n\t\n\t\t<div class='bizname'>Kawau Lodge</div>\n\t\n\t\n\t\n</div>");
Element.update("neartag", "<div class='nearitems'>\n\t\n\t\t<div class='biztag'><small>Historic place: category 1</small></div>\n\t\n\t\t<div class='biztag'><small>Cafe</small></div>\n\t\n\t\t<div class='biztag'><small>Historic place: category 1</small></div>\n\t\n\t\t<div class='biztag'><small>Restaurant</small></div>\n\t\n\t\t<div class='biztag'><small>Historic place: category 1</small></div>\n\t\n\t\t<div class='biztag'><small>The beach house accommodation is located on a private island on kawau island. we offer luxurious beachfront</small></div>\n\t\n\t\t<div class='biztag'><small>Accommodation</small></div>\n\t\n\t\t<div class='biztag'><small>Accommodation</small></div>\n\t\n\t\n\t\n</div>");
var latlong0 = new google.maps.LatLng(-36.43875, 174.829962); markernear0 = new google.maps.Marker({ position: latlong0, map: map, visible: false });
var latlong1 = new google.maps.LatLng(-36.429188, 174.831843); markernear1 = new google.maps.Marker({ position: latlong1, map: map, visible: false });
var latlong2 = new google.maps.LatLng(-36.428512, 174.849268); markernear2 = new google.maps.Marker({ position: latlong2, map: map, visible: false });
var latlong3 = new google.maps.LatLng(-36.423504, 174.830725); markernear3 = new google.maps.Marker({ position: latlong3, map: map, visible: false });
var latlong4 = new google.maps.LatLng(-36.41801, 174.85062); markernear4 = new google.maps.Marker({ position: latlong4, map: map, visible: false });
var latlong5 = new google.maps.LatLng(-36.418098, 174.862005); markernear5 = new google.maps.Marker({ position: latlong5, map: map, visible: false });
var latlong6 = new google.maps.LatLng(-36.407205, 174.830251); markernear6 = new google.maps.Marker({ position: latlong6, map: map, visible: false });
var latlong7 = new google.maps.LatLng(-36.405828, 174.830533); markernear7 = new google.maps.Marker({ position: latlong7, map: map, visible: false });
points = Array(markernear0, markernear1, markernear2, markernear3, markernear4, markernear5, markernear6, markernear7)
  	  	markernear0.setVisible(true);
  	  	count = 7;
  	  	window.nearscroll = jQuery('#neartext').scrollable({vertical: true, clickable: false, keyboard: false, circular: true, onBeforeSeek: function(){window.neartagscroll.seekTo(window.nearscroll.getIndex() + 1);}, onSeek: function(event, tabIndex){setmarker(nearscroll.getIndex());}}).autoscroll({ autoplay: true, api: true });
  	  	window.neartagscroll = jQuery('#neartag').scrollable({vertical: true, clickable: false, keyboard: false, circular: true}).autoscroll({ autoplay: false, api: true });
  	  	