You must check the map application on a real device. I would suggest you test it on a real device.
Works. Figure from the link below. I have not tested it. But you can try.
http://blog-emildesign.rhcloud.com/?p=527
Download com.android.vending.apk from
http://www.mediafire.com/download/pxpjfkveemq29qk/com.android.vending.apk
Download com.google.android.gms.apk from
http://www.mediafire.com/download/zn8wna5wf4ek5le/com.google.android.gms.apk
Open eclipse and AVD Manager and create an AVD with the following configuration:

Run AVD and wait for the download to complete, then open a command prompt and install both apks using the "adb install" command. eg:
Use the following command to install
adb install com.android.vending.apk
You should receive a βSUCCESSβ message at the end of the installation process (this may take some time).
After installing both apk files, close AVD and open it again. You should now see the map in your application when you use AVD instead of this annoying message.
Note This will only work if the application (and the workspace) uses version 4 of the google-play-service browser. If you have already upgraded google-play services using the SDK manager to the latest version (currently: version No. 6), you will receive an error message informing you that your google-play services used by your application are too old and necessary to updates:
Then you can check out this blog by Emil Adz.
http://blog-emildesign.rhcloud.com/?p=435