Use OpenURL to start google maps with the correct location, just like described in this question on stackoverflow.
Extract from there: Use
[someUIApplication openURL:[[NSURL alloc] initWithString: @"http://maps.google.com/maps?g=London"]]
instead of g=London
you can also use more for the URL format to drop pins, or move to a GPS location (possibly the current location you previously got from your application by asking core location)
Unrelated:
Please comment if somebody has a suggestion on how to handle duplicate and or/related questions on stack overflow. I'm still new around here :-)