--- untitled
+++ (clipboard)
@@ -20,8 +20,7 @@
   }
 
   if (!$handler = $handlers[$handler]) return FALSE;
-
-  if ($handler->geocode($input, $options)) {
+  if ($handler->geocode($input['value'], $options)) {
     list ($type, $item) = explode(':', $return);
     return $handler->get_result($type, $item);
   }
