how to make google map embed iframe responsive with bootstrap

I tried to embed a google map onto my page but with the default code provided by google, the map has a fixed width which does not change when you resize the window or view it on mobile. This makes it very difficult to view on mobile as you will have to zoom in and out a lot with your fingers. So I found a way to fix it with bootstrap – making the map change its width according to window size. It also will look nicely on your phone. Check it out.