From the name:
BLAST: Basic Local Alignment Search Tool
BLAST generates local alignments, not global alignments. When blast reports percent identity, it is reporting the percent identity for the region aligned, not the whole sequence.
This is where bit scores and expect values are important. You should review the tutorial that is available for BLAST here.
In general, you want to judge the significance of your BLAST hits by expect value. The expect value tells you the number of other sequences in the database searched you'd expect to find by chance. The lower this value the better, ideally you'll want to pick the lowest expect value. The bit score of blast results are impacted by the length of the alignment, so expect values can be better for judging hits.
Now if you're question is "is my sequence MAP7", it gets a bit more complicated. Unidirectional BLAST is only capable of identifying homologs, sequences that are similar. If you want to establish that your sequence is in fact MAP7 (i.e. they have the same function), you need to look into ortholog detection.
It would help if you would post the stats of the alignment (hit length, start/end, bit score, e val, etc). What means did you use to establish your protein sequence? Which database did you blast against?
In my opinion, it seems that you have only a domain of the MAP7 protein. Or, maybe the gene codifies for another protein apart from MAP7 which has the domain that matches in your blast.
That would imply that my sequence is translated as a fragment of the MAP7, is that possible? The sequence itself seems to have the same domain as MAP7 from InterPro searches at least.