Fragment Cache Google Map

Does anyone know if it’s possible to fragment cache a google map? I have
a lot of markers on a map, and I’d like it not to refresh the map each
time. Trouble is, the markers are being drawn in body load with
JavaScript.

Any help would be great. Thanks.