Recycle-Bowl Map
				
	
	
		
		
		
		
			jQuery(document).ready(function($) {
				var widgetTarget = $('#widget_content_wrapper'); 
				jQuery.fn.nodesMap.defaults.zoom = 4;
				//set continental US as the center of the map
				jQuery.fn.nodesMap.defaults.center = new google.maps.LatLng(39.5,-98.35);
				jQuery.fn.nodesMap.defaults.clusterCountLabel = 'Schools';
				var options = {
						prefix	: 'ecopoint',
						responses : { type : 'survey', ids : ['kab_recyclebowl_general'], status : ['verified', 'finalized']}
					};
				widgetTarget.connectWidget({widget : "nodes_map", data : options});	
			});