...google-maps: The Simplest AngularJS Google Maps V3 Directive
Include Google Maps: Name your AngularJS app ngMap, or add it as a dependency var myApp = angular.module('myApp', ['ngMap']); To get the map instance use theNgMap.getMap()function app.controller('MyController', function(NgMap) { NgMap.getMap(...