Our cozy pom hats are fleece-lined and finished with ribbing. Match with our fall collection in many colors. Pick from a variety of neutrals or seasonal colors.
var mapProp = {center:myCenter, zoom:12, scrollwheel:false, draggable:false, mapTypeId:google.maps.MapTypeId.ROADMAP};
var map = new google.maps.Map(document.getElementById("googleMap"),mapProp);
var marker = new google.maps.Marker({position:myCenter});
marker.setMap(map);
}