$(document).ready( function() { $(".GoogleMap").each( function(i, o) { postcode = $(o).attr("id"); if ( postcode == "" ) { alert("The DIV tag needs an ID with the postcode to use (without spaces)") } else { GLatLngFromPostcode(postcode, postcode, initialize); } }); }); document.write([ '