📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 20:55:40
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
public_html
/
admin
/
assets
/
js
/
page
📍 /home/orkouolp/web/testing.orkobd/public_html/admin/assets/js/page
🔄 Refresh
✏️
Editing: gmaps-geocoding.js
Writable
"use strict"; // initialize map var map = new GMaps({ div: '#map', lat: -6.5637928, lng: 106.7535061 }); // when the form is submitted $("#search-form").submit(function(e) { e.preventDefault(); // initialize map geocode GMaps.geocode({ address: $('#address').val(), callback: function(results, status) { if (status == 'OK') { var latlng = results[0].geometry.location; map.setCenter(latlng.lat(), latlng.lng()); map.addMarker({ lat: latlng.lat(), lng: latlng.lng() }); } } }); })
💾 Save Changes
❌ Cancel