Jquery dialog and google maps js api
While overhauling a customer information system I found myself needing to display a map of a customers postcode without forcing the user to leave the page. Here is the solution I came up with. ``` {.js name=”code”} var map; var geocoder; function init() { geocoder = new google.maps.Geocoder(); } function...