/********************************************************************/
/*	This file places the google map into the page so it passes		*/
/*	validation.														*/
/*	By Tanner Naeher, Coyote6 GraphX, coyote6graphx.com.			*/
/********************************************************************/

// Start once the document is ready.
$(document).ready(function(){

	// Highlight the footer home when the nav home is hovered over.
	$('#google_map_div').html('<iframe id="google_map" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=200+S.E+79th+St.+OKlahoma+city+ok&amp;sll=37.0625,-95.677068&amp;sspn=37.683309,77.519531&amp;ie=UTF8&amp;ll=35.398216,-97.505465&amp;spn=0.009481,0.018926&amp;t=h&amp;z=14&amp;iwloc=addr&amp;output=embed&amp;s=AARTsJp9XsmbkBmoZbP7xc-gLnZUEl-O9g"></iframe>');

});