$(document).ready(function() {
var centerloc = new google.maps.LatLng(43.530978,-96.751127);	

var options = {
  zoom: 13,
  scrollwheel: false,
  center: centerloc,
  navigationControl: true,
  scaleControl: true,
  mapTypeId: google.maps.MapTypeId.ROADMAP
};

var map = new google.maps.Map(document.getElementById("map"), options);
var myLatLng = new google.maps.LatLng(43.530978,-96.751127);
             var marker = new google.maps.Marker({
                position: myLatLng,
                map: map,
                title: "44 Interactive"
       	 });


	var flashvars = { playVid:1, videoName:'office' };
	var params = {};
	params.wmode = "transparent";
	var attributes = {
	};
	swfobject.embedSWF("/wp-content/themes/44i/flash/video.swf", "officevideo", "534", "301", "9.0.0", "expressInstall.swf", flashvars, params, attributes);

});

