I am using the link to update the Google Maps JavaScript v2 To v3 application. Basically my approach is to get the result from the api, analyze it and load it using the MapKit framework, which I managed to do using this code .
My problem: according to the documentation, if we use Google maps for the Business client, we will need to use the client ID instead of the key.
so if i use this code:
<script src="https://maps.googleapis.com/maps/api/js?v=3&client=gme-myclientId&sensor=false" type="text/javascript"></script>
I get the following output, where all locations are displayed at one point (possibly in the center):

if i use this code:
<script src="https://maps.googleapis.com/maps/api/js?sensor=false" type="text/javascript"></script>
i will get the expected (correct) output as follows:

documentation , .
, v2, , .