 $(document).ready(function(){
	  $('#kolkata').click(function(){
	  $('#google-map').html('<iframe width="378" height="150" 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=Chitrakoot+230+A,+AJC+Bose+Road+Kolkata&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=37.683309,86.572266&amp;vpsrc=0&amp;ie=UTF8&amp;hq=Chitrakoot+230+A,+AJC+Bose+Road&amp;hnear=Kolkata,+West+Bengal,+India&amp;t=m&amp;ll=22.540781,88.354282&amp;spn=0.023782,0.064716&amp;z=13&amp;iwloc=A&amp;output=embed"></iframe>');
	  });
	  $('#bihar').click(function(){
	  $('#google-map').html('<iframe width="378" height="150" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.in/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Shivshakti+Agro+(India)+Ltd&amp;aq=&amp;sll=21.125498,81.914063&amp;sspn=21.130914,43.286133&amp;vpsrc=0&amp;ie=UTF8&amp;hq=Shivshakti+Agro+(India)+Ltd&amp;hnear=&amp;t=m&amp;cid=16356456447055845296&amp;ll=25.830797,85.759277&amp;spn=0.092706,0.267105&amp;z=11&amp;iwloc=A&amp;output=embed"></iframe>');
	  });
	  });
