// JavaScript Document

/********************************************************************/
/*	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=102+South+Broadway+-+Hooker,+Oklahoma&amp;sll=37.0625,-95.677068&amp;sspn=37.325633,77.167969&amp;ie=UTF8&amp;t=h&amp;s=AARTsJpCYLaj6w-1aXCXOtL8m1AQRz6g5Q&amp;ll=36.756765,-101.076043&amp;spn=0.008252,0.013733&amp;z=16&amp;iwloc=cent&amp;output=embed"></iframe>');

});