/********************************************************************/
/*	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;hl=en&amp;geocode=&amp;q=5500+SW+36th+st.+Oklahoma+City,+OK+73179&amp;sll=37.0625,-95.677068&amp;sspn=33.352165,56.601563&amp;ie=UTF8&amp;s=AARTsJo1E1KNUSX6ud9j0X-ujt-Jta4FPw&amp;ll=35.506518,-97.545547&amp;spn=0.195637,0.291824&amp;z=11&amp;iwloc=addr&amp;output=embed"></iframe>');

});