Given a list of integers, return the maximum product that can be obtained by multiplying any three integers in the list.
[3, 7, 2, 4, 9]
189
Bot