Passing the GeoJSON object(or json message) to Google maps

I am creating the index (index_geo2dsphere_create() ) for geoJSON on the bin. And storing the latitude and langitude values as GeoJSON object. I am treading via “geo_within_radius”, it is returning the geoJSON. I can able to print and see the data as json message. The question is how to pass this GeoJSON to google maps to show these points as marker in google maps. I am using python client. I appreciate your help !!