function createDataPoints(dataType, objName){ var dataPoints = {"ColumnDefs":[ {key:"CommunityName", sortable:true, label:"Community", formatter:CommunityCell}, {key:"ImgURL", label:"", formatter:CommunityCellImgURL}, {key:"CommunityNameRight", sortable:true, label:"Community", formatter:CommunityCellRight}, {key:"ImgURLRight", label:"", formatter:CommunityCellImgURLRight} ], "Columns":["CommunityName", "link", "LowSquareFeet", "HighSquareFeet", "LowPriceRange", "Features", "CommunityID", "ImgURL", "PhotoHeight", "PhotoWidth", "PhotoTitle", "CommunityLocation", "CommunityNameRight", "linkRight", "LowSquareFeetRight", "HighSquareFeetRight", "LowPriceRangeRight", "FeaturesRight", "CommunityIDRight", "ImgURLRight", "PhotoHeightRight", "PhotoWidthRight", "PhotoTitleRight", "CommunityLocationRight"], "LineItems":[{"CommunityName":"The Townes of Buckhaven","link":"/homes-raleigh-nc/the-townes-of-buckhaven","LowSquareFeet":1349,"HighSquareFeet":1548,"LowPriceRange":141500,"Latitude":35.611185,"Longitude":-78.790029,"Features":"","CommunityID":51,"CityLatitude":35.779748,"CityLongitude":-78.643414,"GoogleMapScale":10,"ImgURL":"/images/GetImage?ImgType=1&ID=52","PhotoHeight":125,"PhotoWidth":180,"PhotoTitle":"Home-Buckhaventowns-Raliegh","ProductType":"Townhomes","CommunityLocation":"Fuquay Varina NC"}] }; return dataPoints; }