No Address Provided"); $theAddressParts = explode(',', $theAddress); //$theAddressParts2 = array_slice($theAddressParts, -2); if (count($theAddressParts) > 1) { if (count($theAddressParts) > 2) { $markerAddress = $theAddressParts[0].'
'.$theAddressParts[1].', '.$theAddressParts[2]; } else { $markerAddress = $theAddressParts[0].'
'.$theAddressParts[1]; } } else { die("Texas HOSA: MAP ITInvalid Address"); } ?> Texas HOSA: MAP IT