jquery/ajax & googlemap javascript

jquery/ajax & googlemap javascript

Hello everyone,

I am working on an application that utilizes a googlemap, jquery/ajax. Here is a quick overview of how it works.
Results page has two columns: left column contains a brief description along with a googlemap and the right column contains a list of returned search results. The user can click a search result item and using jquery/ajax it gets loaded into the left column (got that working no problem). The issue I am having is loading the relevant data into the googlemap javascript...is there a way to have my jquery script manipulate the googlemap javascript so the correct info gets loaded into the gmap?

Anyone insight would be greatly appreciated, thanks in advance!