var localization = { results: { actions: { serviceDelivery: 'Home Delivery', serviceAppointment: 'Book Appointment (In Store or Video)', call: 'Call this Location', directions: 'Driving Directions' } }, modals: { serviceDelivery: { modalHeader: { title: 'Home Delivery with New Pay by Cash', }, modalBody: { header: { title: 'New home delivery with pay by cash - a simple way to stay connected.' }, sections: { cash: { header: { title: 'How Cash for Service Works:' }, list: { 0: { label: 'Delivery Options:', value: 'Home Delivery' }, 1: { label: 'Payments Accepted:', value: 'Cash' }, 2: { label: 'Items Available:', value: 'Service Plans, Sim Cards, Phones, Accessories, Other' } } }, actions: { header: { title: 'How to Place Your Order:' }, button: 'Call In Your Order' } } } } } };