document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. var imageUrl = './city_small.jpg'
  2. imageBounds = [[22.878, 113.745], [22.301, 114.630]];
  3. L.imageOverlay(imageUrl, imageBounds).addTo(map);
');