Hi there,
Regarding this issues, it is because some modifications have been made by google in order to use their google API services. You have to first create a new google API key in order to be able to use location services by follow steps below
1. Go to this page ->
https://console.developers.google.com/iam-admin/projects
2. Create project and check my video here :
http://screencast.com/t/xnfoJH8vx
3. This is the page to activate the APIs key ->
https://developers.google.com/maps/documentation/javascript/get-api-key
Then, put your API key respectively
1. EasyBlog
Backend>Components>EasyBlog>Settings>General>Location
2. EasyDiscuss
Backend>Components>EasyBlog>Settings>Location Service
3. EasySocial
Copy and replace attached file respectively and you have do some modification on gmaps.js and popbox.js file.
...\media\foundry\4.0\scripts\gmaps.js
//line 12, replace with your api key
url = "//maps.googleapis.com/maps/api/staticmap?key=Insert Your Google API key Here&size=400x200&sensor=true&zoom=15¢er=" + lat + "," + lng + "&markers=" + lat + "," + lng + "&language=" + language;
...com_easysocial\scripts\site\locations\popbox.js
//line1570, replace with your API key
parameters.push('key=Insert your Google API key here');
//line2058, replace with your API key
.script($.uri(window.location).protocol() + "://maps.google.com/maps/api/js?key=Insert Your Google API key Here&sensor=true&callback=" + callbackId + "&language=" + language)
...\media\foundry\4.0\libraries\closure.php
Then, go to your backend, log in and put below url behind your domain name site, then run it. Wait until compile your javascript.
http://www.yourdomainexample.com/administrator/index.php?option=com_easysocial&compile=1&minify=1
If you need help regarding this, please provide us with your backend and FTP access in order to do this modifications for you.