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":"Woods Edge","link":"/homes-jacksonville-nc/Woods-Edge","LowSquareFeet":null,"HighSquareFeet":null,"LowPriceRange":null,"Latitude":34.702812,"Longitude":-77.220068,"Features":null,"CommunityID":94,"CityLatitude":34.743598,"CityLongitude":-77.465826,"GoogleMapScale":10,"ImgURL":"/images/GetImage?ImgType=1&ID=77","PhotoHeight":125,"PhotoWidth":180,"PhotoTitle":"Home-Jacksonville","ProductType":"Homes","CommunityLocation":"Jacksonville NC"},{"CommunityName":"Blue Creek Farms","link":"/homes-jacksonville-nc/Blue-Creek-Farms","LowSquareFeet":1635,"HighSquareFeet":2736,"LowPriceRange":187900,"Latitude":34.760512,"Longitude":-77.503996,"Features":null,"CommunityID":87,"CityLatitude":34.743598,"CityLongitude":-77.465826,"GoogleMapScale":10,"ImgURL":"/images/GetImage?ImgType=1&ID=76","PhotoHeight":125,"PhotoWidth":180,"PhotoTitle":"Home-Jacksonville-New","ProductType":"Homes","CommunityLocation":"Jacksonville NC"}] }; return dataPoints; }