Map display problem on detail page & how to add the map on home page
some of client complain for map not display properly on detail page and while check the issue i found the problem of css and here is the solution.
//----------------------------------------------
//Please add below css class in you theme style.css at very last line:
//----------------------------------------------
article.listing #vantage_gmap img { max-width: 100%; position: inherit;}
//----------------------------------------------
to get map on home page please refer readme.txt file of plugin. I have given php code in it and also mention how to use it.
Thanks all