/********************************************************************//*	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 width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=5500+W.+Reno+Ave.,+Suite+300+Oklahoma+City,+OK++73127++&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=36.778911,70.048828&amp;vpsrc=6&amp;ie=UTF8&amp;hq=&amp;hnear=5500+W+Reno+Ave,+Oklahoma+City,+Oklahoma+73127&amp;t=h&amp;ll=35.473113,-97.611122&amp;spn=0.024465,0.036478&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe>');});
