Is it possible to click on a marker on a B4i generated Google Map and cause a B4XPage to display? In other words, can an event be generated with a marker click that can be intercepted and contain information to allow me to open a page? These markers are placed with the Lat and Lon that is stored in the customer record in the SQLIte database. I could place a record pointer in the marker snippet, for example, and use string slicing to get the record pointer and use the result to open the matching customer record page. In my primary business web site I do something similar with the Google Maps javascript API generated map and then use an ajax call embeded in the map to contact the web server to do specific tasks. Of course I know these are apples and oranges but capturing a map marker click event in iOS is the start.