function Location_map(center_location, g_directions) {
  var self = this;
  Google_directions.call(this, center_location, g_directions);
  
  this.location_name = 'The Inn at Marquam Hill';
  
  self.initial_location = '3181 SW Sam Jackson Park Rd, Portland, OR 97239';
  
  return this;
}

