|  | @@ -232,6 +232,7 @@ public class StopMapPickerFragment extends Fragment {
 | 
		
	
		
			
			| 232 | 232 |              clusterManager.addItem(new StopDboMapItem(stopsDbo));
 | 
		
	
		
			
			| 233 | 233 |          }
 | 
		
	
		
			
			| 234 | 234 |          _map.setOnCameraIdleListener(clusterManager);
 | 
		
	
		
			
			|  | 235 | +        _map.moveCamera(CameraUpdateFactory.newLatLngZoom(new LatLng(48.3786565, -71.3354953), 9));
 | 
		
	
		
			
			| 235 | 236 |      }
 | 
		
	
		
			
			| 236 | 237 |  
 | 
		
	
		
			
			| 237 | 238 |      public void onStopSelected(StopsDbo stopsDbo)
 |