MapQuest has an API of sorts for generating and customizing static map images, which I was using in a site I was working on recently. I abstracted it into a React component and thought others might find it useful.
Examples here: https://joeattardi.github.io/react-mapquest-static-map/examples/MapWithCenter
Code here: https://github.com/joeattardi/react-mapquest-static-map