Dear Mudassar,
Regarding your article related to MAP
http://www.aspsnippets.com/Articles/Show-Google-Maps-using-Latitude-and-Longitude-in-ASPNet.aspx
I would like to get more help on it please.
1) To display the content when button clicked on the object marked you have used infoWindow.setContent(data.description); but according to my requirement i have more information to be displayed as below
infowindow.setContent('<div><strong>' + place.name + '</strong><br>' +
'Place ID: ' + place.place_id + '<br>' +
place.formatted_address + '</div>');
infowindow.open(map, this);
But its not working, Can you please advice
2) Can i display the object marked as a picture, may be i have to mark BENZ car location with Benz car emblem