public Mappy_iOSViewController () : base ()
		{
			ViewModel = new MapViewModel ();
			Markers = new List<EntityMarker> ();
			MapOptions = new Options (true, true, true);
			LocationsPlottedOnMap = new List<EntityMarker>();
			MarkerBundle = new MarkerBundle ();
		}
 public BankEntityMapView()
 {
     ViewModel = new MapViewModel ();
 }