1. $.getJSON(strBaseUrl+'ajax/reverse_geocode/'+latlng, function(data) {
  2. alert(1);
  3. formatted_address = data.results[0].formatted_address;
  4. $("input[name=search_address]").val(formatted_address);
  5. marker.openInfoWindowHtml(formatted_address);
  6. });


Nagle powyższe przestało odpalać callback, samo wywołanie url działa poprawnie, nie widzę błędów, nie przypominam sobie, żebym ingerował w coś co ma z tym związek...
Co mogło się stać? Czy to możliwe, że google popsuło format/strukture danych? (jakoś to mogę sprawdzić?)