Find latitude-longitude in rails

Recently I posted a blog about  How to generate Google Maps in ruby on rails. In this blog, I used hard coded latitude-longitude values.
In real app hard coded values does not work, so we have to store latitude or longitude details in database or get it runtime.
By using geokits ,we can get latitude -longitude details [...]