jQuery(document).ready(function($){
$('#map').zoommap({
		// Width and Height of the Map
		width: '575px',
		height: '425px',
			
		//Misc Settings
		blankImage: 'http://cimalollipops.com/wp-content/themes/cimaconfections/distributormap/images/blank.gif',
		bulletWidthOffset: '10px',
		bulletHeightOffset: '10px',
		
		//Initial Region to be shown
		map: {
			id: 'united_states',
			image: 'http://cimalollipops.com/wp-content/themes/cimaconfections/distributormap/images/us_white.jpg',
			data: 'http://cimalollipops.com/wp-content/themes/cimaconfections/distributormap/popups/data.php'
		}
	});
});
