Interactive Map
Our interactive map can help you find transportation options, certified daycare facilities, job training agencies, and other social service providers near your home or workplace!
To get started, enter an address in the box below for any location in the Nashville Metropolitan Area. Any address in the nine-county area of Middle Tennessee can be mapped (Cheatham, Davidson, Dickson, Maury, Robertson, Rutherford, Sumner, Williamson, and Wilson counties).
(Examples: 201 Church St, Nashville TN - or - 1300 3rd Ave N, 37208)
"; // echo "In a Lambert Projection (ft): "; $myHome->printLambertFeet(); echo "
"; // echo $myHome->printLambertNorthingFeet(); // echo $myHome->printLambertEastingFeet(); // Equivalent to a scale of 1:9500 at Medium Zoom Scale $minx = $myHome->lccEastingFeet - 3727; $maxx = $myHome->lccEastingFeet + 3727; $miny = $myHome->lccNorthingFeet - 2353; $maxy = $myHome->lccNorthingFeet + 2353; $newURL = ""; $textAddress = ""; if(!empty($a['Address'])) $textAddress = $textAddress . $a['Address'].', '; if(!empty($a['City'])) $textAddress = $textAddress . $a['City'].', '; if(!empty($a['State'])) $textAddress = $textAddress . $a['State'].' '; if(!empty($a['Zip'])) $textAddress = $textAddress . $a['Zip'].' '; // if(!empty($a['Country'])) echo $a['Country'].' '; // if(!empty($a['precision'])) echo '('; // if(!empty($a['precision'])) echo $a['precision'].'-level precision.)'; if(empty($a['Address'])) echo "Please enter a valid address. Be sure to include the street, city, and state name.
"; else echo "" . $newURL . "Address found! Click here to view map of the area.
" . $textAddress . ""; ?>