How do I customise the Google Maps output?
From Jomres v4 manual
Google map output is done in two different templates in Jomres.
Jomres can use the Google maps geocoder technology to find a location based on address, and this is the preferred method in Jomres. If you haven't entered the Latitude and Longditute in the Edit Property Details page then when the mapping part of the details is rendered Jomres uses the /jomres/templates/jomres/frontend/geocoder.html template file.
If you've used the Lat Long inputs (perhaps because Google can't yet find your address using geocoder, then it uses geocoder_latlong.html, so now you know which template is used, you can edit it to change the output.
Let's say you've opened geocoder.html you can change the size of the map by editing the lines that say
var WIDTH = 600; var HEIGHT = 400;
to a size that better suits your site's layout.

