/* 
 * jQuery for contact.php
 */

$('#location').change(function(){
  var addressName = $(this).find('option[value="'+ $(this).val() +'"]').text();
  moveToMarkerLampLight(addressName);
});
