diff --git a/ProductosPY/Base.lproj/Main.storyboard b/ProductosPY/Base.lproj/Main.storyboard
index f3ecd1d..f4ff872 100644
--- a/ProductosPY/Base.lproj/Main.storyboard
+++ b/ProductosPY/Base.lproj/Main.storyboard
@@ -212,11 +212,9 @@
-
-
diff --git a/ProductosPY/ViewControllers/ScreenTwoViewController.swift b/ProductosPY/ViewControllers/ScreenTwoViewController.swift
index 26e3b21..0586e68 100644
--- a/ProductosPY/ViewControllers/ScreenTwoViewController.swift
+++ b/ProductosPY/ViewControllers/ScreenTwoViewController.swift
@@ -25,7 +25,7 @@ class ScreenTwoViewController: UIViewController {
var currentCoordinates:String = ""
//var placesClient: GMSPlacesClient!
- var zoomLevel: Float = 10
+ var zoomLevel: Float = 15.0
var featureCollection = FeatureCollection(type: "Type", features: [])
var featureWithDistance = [FeatureWithDistance]()
var tipoProducto:String = ""