You need to create a calculated attribute that would combine all this information into a single address that Google Maps understand and then specify this attribute as the "address" attribute for the Google Map cell:
MyObject.CalculatedAddress = MyObject.Name + ' ' + MyObject.Street + ' ' + MyObject.City + ' ' + MyObject.PostalCode + ...