Magento 1 use prototypejs, this library overrides Array.form
line 1081 in its 1.7 version:
Array.from = $A;
This cause the following JavaScript error in the Console:
This site overrides Array.from() with an implementation that doesn't support iterables, which could cause Google Maps JavaScript API v3 to not work correctly.
Editing this core library does not seem reasonable, how do Magento developers deal with this conflict ?