top of page
Wood Furniture

BROWSE
PLEASE CONTACT US DIRECTLY TO PURCHASE!

SOOP

Norwood Supply serves contractors and homeowners in Jacksonville and North Florida only.We do not ship outside our service area

Contact Us

Norwood Supply

6200 Norwood Ave

Jacksonville FL 32208

​

9047686818 

Store Hours

We are open

Mon-Fri

07:30-05:00

08:30 till noon Saturday

Follow us

  • Facebook
  • Instagram

© 2021 Norwood supply, All Rights Reserved.

bottom of page
900, '90210' => 2500, '60601' => 850, '30301' => 300 ]; if (isset($mock_distances[$destination_zip])) { return $mock_distances[$destination_zip]; } return false; } function cwpai_freight_estimator_shortcode($atts) { $atts = shortcode_atts([ 'zip' => '' ], $atts); if (empty($atts['zip'])) { return __('Please provide a destination zip code.', 'codewp'); } return cwpai_calculate_freight_estimate($atts['zip']); } add_shortcode('freight_estimate', 'cwpai_freight_estimator_shortcode'); function cwpai_register_freight_estimator_shortcode() {