google test



Google Maps JavaScript API v3 Example: Place Search



var request = {
  location: new google.maps.LatLng(45.144394, -76.133049),
  radius: 5000,
  types: ['school']
};