I have a map where I'm current displaying a list of offices. As soon as you open the page it will load with the default value (it works fine), if you select a different criteria from a drop-down box the map refresh the content (with AJAX) and display only the offices on that criteria.
Now another feature is that the user can enter their zipcode and display only local offices but here is the problem. Current if you enter the zipcode it will display the current zipcode with the list of offices near you. (with AJAX too). Here is the problem. After you see the results on the map, if you try to enter a new zipcode the map does not display proper I get a broken image an not the map. and this error message. Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDS; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C) Timestamp: Wed, 8 Dec 2010 19:24:42 UTC Message: 'COLUMNS.length' is null or not an object Line: 67 Char: 17 Code: 0 URI: http://www.mysite.com/dev/javascripts/maps.js?38EB5D8C64E87E226E1CE15A9E9CA5DA Message: 'COLUMNS.length' is null or not an object Line: 67 Char: 17 Code: 0 URI: http://www.mysite.com/dev/javascripts/maps.js?38EB5D8C64E87E226E1CE15A9E9CA5DA Message: Invalid argument. Line: 24 Char: 48 Code: 0 URI: http://maps.gstatic.com/intl/en_us/mapfiles/api-3/3/3a/main.js Message: Invalid argument. Line: 24 Char: 48 Code: 0 URI: http://maps.gstatic.com/intl/en_us/mapfiles/api-3/3/3a/main.js Message: Invalid argument. Line: 24 Char: 48 Code: 0 URI: http://maps.gstatic.com/intl/en_us/mapfiles/api-3/3/3a/main.js -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
